/external/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 63 class GeneratorContext; variable 86 GeneratorContext* generator_context, 102 GeneratorContext* generator_context, 119 class PROTOC_EXPORT GeneratorContext { 121 inline GeneratorContext() { in GeneratorContext() function 123 virtual ~GeneratorContext(); 160 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratorContext); 165 typedef GeneratorContext OutputDirectory;
|
D | code_generator.cc | 51 GeneratorContext* generator_context, in GenerateAll() 75 GeneratorContext::~GeneratorContext() {} in ~GeneratorContext() 77 io::ZeroCopyOutputStream* GeneratorContext::OpenForAppend( in OpenForAppend() 82 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() 88 void GeneratorContext::ListParsedFiles( in ListParsedFiles() 93 void GeneratorContext::GetCompilerVersion(Version* version) const { in GetCompilerVersion()
|
D | mock_code_generator.h | 110 const std::string& parameter, GeneratorContext* context, 119 GeneratorContext* context);
|
D | command_line_interface.h | 68 class GeneratorContext; // code_generator.h variable 282 GeneratorContext* generator_context); 286 GeneratorContext* generator_context, std::string* error);
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_generator.h | 63 GeneratorContext* context, 67 GeneratorContext* context,
|
D | objectivec_generator.cc | 54 GeneratorContext* context, in Generate() 62 GeneratorContext* context, in GenerateAll()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_file.h | 50 class GeneratorContext; // code_generator.h variable 74 GeneratorContext* output_directory,
|
D | javanano_generator.h | 60 GeneratorContext* output_directory,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_shared_code_generator.h | 49 class GeneratorContext; // code_generator.h variable 72 void Generate(GeneratorContext* generator_context,
|
D | java_plugin_unittest.cc | 61 const std::string& parameter, GeneratorContext* context, in Generate() 75 GeneratorContext* context) const { in TryInsert()
|
D | java_file.h | 51 class GeneratorContext; // code_generator.h variable 85 GeneratorContext* generator_context,
|
D | java_generator.h | 61 GeneratorContext* context, std::string* error) const;
|
/external/grpc-grpc/src/compiler/ |
D | config.h | 28 ::google::protobuf::compiler::GeneratorContext 65 typedef GRPC_CUSTOM_GENERATORCONTEXT GeneratorContext; typedef
|
D | cpp_plugin.cc | 38 grpc::protobuf::compiler::GeneratorContext* context, in Generate() 133 void Insert(grpc::protobuf::compiler::GeneratorContext* context, in Insert()
|
D | objective_c_plugin.cc | 70 grpc::protobuf::compiler::GeneratorContext* context, in Generate() 157 void Write(grpc::protobuf::compiler::GeneratorContext* context, in Write()
|
D | python_generator.h | 47 grpc::protobuf::compiler::GeneratorContext* context,
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 62 const std::string& parameter, GeneratorContext* context, in Generate() 73 GeneratorContext* context) const { in TryInsert()
|
/external/protobuf/benchmarks/util/ |
D | protoc-gen-gogoproto.cc | 41 GeneratorContext* context, in GenerateAll() 71 GeneratorContext* context, in Generate()
|
D | protoc-gen-proto2_to_proto3.cc | 40 GeneratorContext* context, in GenerateAll() 56 GeneratorContext* context, in Generate()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 61 const std::string& parameter, GeneratorContext* context, in Generate() 172 GeneratorContext* context) const { in TryInsert()
|
D | cpp_generator.h | 84 GeneratorContext* generator_context, std::string* error) const;
|
/external/perfetto/src/ipc/protoc_plugin/ |
D | ipc_plugin.cc | 38 using google::protobuf::compiler::GeneratorContext; 145 google::protobuf::compiler::GeneratorContext* context, 249 GeneratorContext* context, in Generate()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 146 const std::string& parameter, GeneratorContext* context, in Generate() 156 GeneratorContext* context, std::string* error) const; 224 GeneratorContext* context, bool use_short_name) const;
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.h | 55 GeneratorContext* generator_context,
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.h | 56 GeneratorContext* generator_context,
|