Home
last modified time | relevance | path

Searched refs:GeneratorContext (Results 1 – 25 of 53) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.h63 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;
Dcode_generator.cc51 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()
Dmock_code_generator.h110 GeneratorContext* context, std::string* error) const override;
122 GeneratorContext* context);
Dcommand_line_interface.h69 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/
Dphp_generator.h51 GeneratorContext* generator_context,
56 GeneratorContext* generator_context,
69 GeneratorContext* generator_context,
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.h63 GeneratorContext* context,
67 GeneratorContext* context,
Dobjectivec_generator.cc54 GeneratorContext* context, in Generate()
62 GeneratorContext* context, in GenerateAll()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_shared_code_generator.h49 class GeneratorContext; // code_generator.h variable
72 void Generate(GeneratorContext* generator_context,
Djava_plugin_unittest.cc61 const std::string& parameter, GeneratorContext* context, in Generate()
75 GeneratorContext* context) const { in TryInsert()
Djava_file.h51 class GeneratorContext; // code_generator.h variable
85 GeneratorContext* generator_context,
Djava_generator.h61 GeneratorContext* context, std::string* error) const override;
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc62 const std::string& parameter, GeneratorContext* context, in Generate()
73 GeneratorContext* context) const { in TryInsert()
/third_party/protobuf/benchmarks/util/
Dprotoc-gen-gogoproto.cc41 GeneratorContext* context, in GenerateAll()
71 GeneratorContext* context, in Generate()
Dprotoc-gen-proto2_to_proto3.cc40 GeneratorContext* context, in GenerateAll()
56 GeneratorContext* context, in Generate()
/third_party/grpc/third_party/upb/upb/bindings/lua/
Dupbc.cc16 const std::string& parameter, protoc::GeneratorContext* context,
77 protoc::GeneratorContext* context, in Generate()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc84 class MockGeneratorContext : public GeneratorContext {
185 GeneratorContext* generator_context = nullptr; in TEST()
Dcpp_plugin_unittest.cc61 const std::string& parameter, GeneratorContext* context, in Generate()
172 GeneratorContext* context) const { in TryInsert()
Dcpp_generator.h84 GeneratorContext* generator_context,
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h146 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/
Dprotoc-gen-upbdefs.cc148 const std::string& parameter, protoc::GeneratorContext* context,
157 protoc::GeneratorContext* context, in Generate()
/third_party/grpc/src/compiler/
Dcpp_plugin.h43 grpc::protobuf::compiler::GeneratorContext* context, in Generate()
148 void Insert(grpc::protobuf::compiler::GeneratorContext* context, in Insert()
Dconfig_protobuf.h28 ::google::protobuf::compiler::GeneratorContext
Dpython_generator.h51 grpc::protobuf::compiler::GeneratorContext* context,
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.h53 GeneratorContext* generator_context,
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_generator.h58 GeneratorContext* generator_context,

123