Searched refs:GenerateAll (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_generator.h | 65 bool GenerateAll(const std::vector<const FileDescriptor*>& files,
|
D | objectivec_generator.cc | 60 bool ObjectiveCGenerator::GenerateAll(const std::vector<const FileDescriptor*>& files, in GenerateAll() function in google::protobuf::compiler::objectivec::ObjectiveCGenerator
|
/external/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 100 virtual bool GenerateAll(const std::vector<const FileDescriptor*>& files,
|
D | code_generator.cc | 49 bool CodeGenerator::GenerateAll(const std::vector<const FileDescriptor*>& files, in GenerateAll() function in google::protobuf::compiler::CodeGenerator
|
D | plugin.cc | 132 bool succeeded = generator.GenerateAll(parsed_files, request.parameter(), in GenerateCode()
|
D | command_line_interface.cc | 1934 if (!output_directive.generator->GenerateAll(parsed_files, parameters, in GenerateOutput()
|
/external/protobuf/benchmarks/util/ |
D | protoc-gen-gogoproto.cc | 39 virtual bool GenerateAll(const std::vector<const FileDescriptor*>& files, in GenerateAll() function in google::protobuf::compiler::GoGoProtoGenerator
|
D | protoc-gen-proto2_to_proto3.cc | 38 bool GenerateAll(const std::vector<const FileDescriptor*>& files, in GenerateAll() function in google::protobuf::compiler::Proto2ToProto3Generator
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 154 virtual bool GenerateAll(const std::vector<const FileDescriptor*>& files,
|
D | js_generator.cc | 3720 bool Generator::GenerateAll(const std::vector<const FileDescriptor*>& files, in GenerateAll() function in google::protobuf::compiler::js::Generator
|