/external/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 56 class GeneratorContext; variable 79 GeneratorContext* generator_context, 102 GeneratorContext* generator_context, in GenerateAll() 121 class LIBPROTOC_EXPORT GeneratorContext { 123 inline GeneratorContext() {} in GeneratorContext() function 124 virtual ~GeneratorContext(); 156 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratorContext); 161 typedef GeneratorContext OutputDirectory;
|
D | code_generator.cc | 46 GeneratorContext::~GeneratorContext() {} in ~GeneratorContext() 49 GeneratorContext::OpenForAppend(const string& filename) { in OpenForAppend() 53 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() 59 void GeneratorContext::ListParsedFiles( in ListParsedFiles()
|
D | command_line_interface.h | 61 class GeneratorContext; // code_generator.h variable 240 GeneratorContext* generator_context); 244 GeneratorContext* generator_context,
|
D | mock_code_generator.h | 101 GeneratorContext* context, 110 GeneratorContext *context);
|
D | mock_code_generator.cc | 132 GeneratorContext* context, in Generate() 232 GeneratorContext *context) { in GetOutputFileContent()
|
D | plugin.cc | 63 class GeneratorResponseContext : public GeneratorContext {
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_shared_code_generator.h | 51 class GeneratorContext; // code_generator.h variable 72 void Generate(GeneratorContext* generator_context,
|
D | java_plugin_unittest.cc | 65 GeneratorContext* context, in Generate() 78 GeneratorContext* context) const { in TryInsert()
|
D | java_file.h | 53 class GeneratorContext; // code_generator.h variable 85 GeneratorContext* generator_context,
|
D | java_generator.h | 60 GeneratorContext* context,
|
D | java_generator.cc | 62 GeneratorContext* context, in Generate()
|
D | java_shared_code_generator.cc | 62 void SharedCodeGenerator::Generate(GeneratorContext* context, in Generate()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_file.h | 50 class GeneratorContext; // code_generator.h variable 74 GeneratorContext* output_directory,
|
D | javanano_file.cc | 218 GeneratorContext* output_directory, in GenerateSibling() 241 GeneratorContext* output_directory, in GenerateSiblings()
|
D | javanano_generator.h | 60 GeneratorContext* output_directory,
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 65 GeneratorContext* context, in Generate() 75 GeneratorContext* context) const { in TryInsert()
|
D | python_generator.h | 70 GeneratorContext* generator_context,
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 65 GeneratorContext* context, in Generate() 174 GeneratorContext* context) const { in TryInsert()
|
D | cpp_generator.h | 60 GeneratorContext* generator_context,
|
D | cpp_bootstrap_unittest.cc | 83 class MockGeneratorContext : public GeneratorContext {
|
D | cpp_generator.cc | 60 GeneratorContext* generator_context, in Generate()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.h | 48 GeneratorContext* generator_context,
|
D | csharp_generator.cc | 64 GeneratorContext* generator_context, in Generate()
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.h | 48 GeneratorContext* generator_context,
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 100 GeneratorContext* context, in Generate() 110 GeneratorContext* context,
|