/third_party/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 63 class GeneratorContext; variable 86 GeneratorContext* generator_context, 102 GeneratorContext* generator_context, 129 class PROTOC_EXPORT GeneratorContext { 131 inline GeneratorContext() { in GeneratorContext() function 133 virtual ~GeneratorContext(); 170 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratorContext); 175 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 GeneratorContext* context, std::string* error) const override; 122 GeneratorContext* context);
|
D | command_line_interface.h | 69 class GeneratorContext; // code_generator.h variable 292 GeneratorContext* generator_context); 296 GeneratorContext* generator_context, std::string* error);
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.h | 51 GeneratorContext* generator_context, 56 GeneratorContext* generator_context, 69 GeneratorContext* generator_context,
|
/third_party/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()
|
/third_party/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 override;
|
/third_party/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()
|
/third_party/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()
|
/third_party/grpc/third_party/upb/upb/bindings/lua/ |
D | upbc.cc | 16 const std::string& parameter, protoc::GeneratorContext* context, 77 protoc::GeneratorContext* context, in Generate()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 84 class MockGeneratorContext : public GeneratorContext { 185 GeneratorContext* generator_context = nullptr; in TEST()
|
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,
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 146 GeneratorContext* context, std::string* error) const override { in Generate() 154 const std::string& parameter, GeneratorContext* context, 227 GeneratorContext* context, bool use_short_name) const;
|
/third_party/grpc/third_party/upb/upbc/ |
D | protoc-gen-upbdefs.cc | 148 const std::string& parameter, protoc::GeneratorContext* context, 157 protoc::GeneratorContext* context, in Generate()
|
/third_party/grpc/src/compiler/ |
D | cpp_plugin.h | 43 grpc::protobuf::compiler::GeneratorContext* context, in Generate() 148 void Insert(grpc::protobuf::compiler::GeneratorContext* context, in Insert()
|
D | config_protobuf.h | 28 ::google::protobuf::compiler::GeneratorContext
|
D | python_generator.h | 51 grpc::protobuf::compiler::GeneratorContext* context,
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.h | 53 GeneratorContext* generator_context,
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.h | 58 GeneratorContext* generator_context,
|