Home
last modified time | relevance | path

Searched defs:proto_file (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.proto91 repeated FileDescriptorProto proto_file = 15; field
Dplugin.pb.h1299 inline const PROTOBUF_NAMESPACE_ID::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index… in proto_file() function
1311 CodeGeneratorRequest::proto_file() const { in proto_file() function
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc60 void RubyTest(string proto_file) { in RubyTest()
Druby_generator.cc70 std::string GetRequireName(const std::string& proto_file) { in GetRequireName()
75 std::string GetOutputFilename(const std::string& proto_file) { in GetOutputFilename()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc109 std::string StripDotProto(const std::string& proto_file) { in StripDotProto()
124 std::string proto_file = descriptor->name(); in GetFileNameBase() local
Dcsharp_bootstrap_unittest.cc113 void Run(const FileDescriptor* proto_file, string file1, string file2) { in Run()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1743 StringPiece proto_file = proto_file_list.substr(start, offset - start); in ConsumeLine() local
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc331 const string& proto_file = file->name(); in GeneratedMetadataFileName() local