Searched refs:GeneratorContext (Results 1 – 22 of 22) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 56 class GeneratorContext; variable 79 GeneratorContext* generator_context, 90 class LIBPROTOC_EXPORT GeneratorContext { 92 inline GeneratorContext() {} in GeneratorContext() function 93 virtual ~GeneratorContext(); 125 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratorContext); 130 typedef GeneratorContext OutputDirectory;
|
D | code_generator.cc | 45 GeneratorContext::~GeneratorContext() {} in ~GeneratorContext() 48 GeneratorContext::OpenForAppend(const string& filename) { in OpenForAppend() 52 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() 58 void GeneratorContext::ListParsedFiles( in ListParsedFiles()
|
D | command_line_interface.h | 60 class GeneratorContext; // code_generator.h variable 237 GeneratorContext* generator_context); 241 GeneratorContext* generator_context,
|
D | mock_code_generator.h | 96 GeneratorContext* context, 105 GeneratorContext *context);
|
D | mock_code_generator.cc | 123 GeneratorContext* context, in Generate() 217 GeneratorContext *context) { in GetOutputFileContent()
|
D | plugin.cc | 62 class GeneratorResponseContext : public GeneratorContext {
|
D | command_line_interface.cc | 237 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext { 1240 GeneratorContext* generator_context) { in GenerateOutput() 1286 GeneratorContext* generator_context, in GeneratePluginOutput()
|
D | command_line_interface_unittest.cc | 209 GeneratorContext* context, in Generate()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_shared_code_generator.h | 48 class GeneratorContext; // code_generator.h variable 69 void Generate(GeneratorContext* generator_context,
|
D | java_file.h | 50 class GeneratorContext; // code_generator.h variable 81 GeneratorContext* generator_context,
|
D | java_plugin_unittest.cc | 61 GeneratorContext* context, in Generate() 74 GeneratorContext* context) const { in TryInsert()
|
D | java_generator.h | 60 GeneratorContext* context,
|
D | java_generator.cc | 59 GeneratorContext* context, in Generate()
|
D | java_shared_code_generator.cc | 58 void SharedCodeGenerator::Generate(GeneratorContext* context, in Generate()
|
D | java_file.cc | 458 GeneratorContext* context, in GenerateSibling() 485 GeneratorContext* context, in GenerateSiblings()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 61 GeneratorContext* context, in Generate() 71 GeneratorContext* context) const { in TryInsert()
|
D | python_generator.h | 69 GeneratorContext* generator_context,
|
D | python_generator.cc | 254 GeneratorContext* context, in Generate()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 61 GeneratorContext* context, in Generate() 76 GeneratorContext* context) const { in TryInsert()
|
D | cpp_generator.h | 60 GeneratorContext* generator_context,
|
D | cpp_generator.cc | 57 GeneratorContext* generator_context, in Generate()
|
D | cpp_bootstrap_unittest.cc | 82 class MockGeneratorContext : public GeneratorContext {
|