Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.proto77 repeated FileDescriptorProto proto_file = 15; field
Dplugin.pb.h539 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) c… in proto_file() function
557 CodeGeneratorRequest::proto_file() const { in proto_file() function
Dplugin.pb.cc640 const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { in proto_file() function in google::protobuf::compiler::CodeGeneratorRequest
658 CodeGeneratorRequest::proto_file() const { in proto_file() function in google::protobuf::compiler::CodeGeneratorRequest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc126 const FileDescriptor* proto_file = in TEST() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator.cc73 std::string GetRequireName(const std::string& proto_file) { in GetRequireName()
78 std::string GetOutputFilename(const std::string& proto_file) { in GetOutputFilename()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_file.cc226 StringPiece proto_file(proto_file_list, start, offset - start); in ConsumeLine() local