Home
last modified time | relevance | path

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

123

/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.h63 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;
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 const std::string& parameter, GeneratorContext* context,
119 GeneratorContext* context);
Dcommand_line_interface.h68 class GeneratorContext; // code_generator.h variable
282 GeneratorContext* generator_context);
286 GeneratorContext* generator_context, std::string* error);
/external/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()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_file.h50 class GeneratorContext; // code_generator.h variable
74 GeneratorContext* output_directory,
Djavanano_generator.h60 GeneratorContext* output_directory,
/external/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;
/external/grpc-grpc/src/compiler/
Dconfig.h28 ::google::protobuf::compiler::GeneratorContext
65 typedef GRPC_CUSTOM_GENERATORCONTEXT GeneratorContext; typedef
Dcpp_plugin.cc38 grpc::protobuf::compiler::GeneratorContext* context, in Generate()
133 void Insert(grpc::protobuf::compiler::GeneratorContext* context, in Insert()
Dobjective_c_plugin.cc70 grpc::protobuf::compiler::GeneratorContext* context, in Generate()
157 void Write(grpc::protobuf::compiler::GeneratorContext* context, in Write()
Dpython_generator.h47 grpc::protobuf::compiler::GeneratorContext* context,
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc62 const std::string& parameter, GeneratorContext* context, in Generate()
73 GeneratorContext* context) const { in TryInsert()
/external/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()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc61 const std::string& parameter, GeneratorContext* context, in Generate()
172 GeneratorContext* context) const { in TryInsert()
Dcpp_generator.h84 GeneratorContext* generator_context, std::string* error) const;
/external/perfetto/src/ipc/protoc_plugin/
Dipc_plugin.cc38 using google::protobuf::compiler::GeneratorContext;
145 google::protobuf::compiler::GeneratorContext* context,
249 GeneratorContext* context, in Generate()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h146 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/
Druby_generator.h55 GeneratorContext* generator_context,
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_generator.h56 GeneratorContext* generator_context,

123