CodeGenerator      44 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc CodeGenerator::~CodeGenerator() {}
CodeGenerator      55 third_party/protobuf/src/google/protobuf/compiler/code_generator.h class CodeGenerator;
CodeGenerator      61 third_party/protobuf/src/google/protobuf/compiler/code_generator.h class LIBPROTOC_EXPORT CodeGenerator {
CodeGenerator      63 third_party/protobuf/src/google/protobuf/compiler/code_generator.h   inline CodeGenerator() {}
CodeGenerator      64 third_party/protobuf/src/google/protobuf/compiler/code_generator.h   virtual ~CodeGenerator();
CodeGenerator      83 third_party/protobuf/src/google/protobuf/compiler/code_generator.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
CodeGenerator     576 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc                                              CodeGenerator* generator,
CodeGenerator     587 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc                                              CodeGenerator* generator,
CodeGenerator      58 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h class CodeGenerator;        // code_generator.h
CodeGenerator     112 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h                          CodeGenerator* generator,
CodeGenerator     125 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h                          CodeGenerator* generator,
CodeGenerator     274 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h     CodeGenerator* generator;
CodeGenerator     317 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h     CodeGenerator* generator;   // NULL for plugins
CodeGenerator     186 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   vector<CodeGenerator*> mock_generators_to_delete_;
CodeGenerator     191 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc class CommandLineInterfaceTest::NullCodeGenerator : public CodeGenerator {
CodeGenerator     230 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc   CodeGenerator* generator = new MockCodeGenerator("test_generator");
CodeGenerator      52 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
CodeGenerator      52 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc class TestGenerator : public CodeGenerator {
CodeGenerator      52 third_party/protobuf/src/google/protobuf/compiler/java/java_generator.h class LIBPROTOC_EXPORT JavaGenerator : public CodeGenerator {
CodeGenerator      52 third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc class TestGenerator : public CodeGenerator {
CodeGenerator      66 third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.h class MockCodeGenerator : public CodeGenerator {
CodeGenerator      95 third_party/protobuf/src/google/protobuf/compiler/plugin.cc int PluginMain(int argc, char* argv[], const CodeGenerator* generator) {
CodeGenerator      63 third_party/protobuf/src/google/protobuf/compiler/plugin.h class CodeGenerator;    // code_generator.h
CodeGenerator      66 third_party/protobuf/src/google/protobuf/compiler/plugin.h LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
CodeGenerator      61 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h class LIBPROTOC_EXPORT Generator : public CodeGenerator {
CodeGenerator      52 third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc class TestGenerator : public CodeGenerator {