Home
last modified time | relevance | path

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

/external/nanopb-c/generator/proto/
Dplugin.proto72 repeated FileDescriptorProto proto_file = 15; field
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto77 repeated FileDescriptorProto proto_file = 15; field
Dplugin.pb.h527 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) c… in proto_file() function
545 CodeGeneratorRequest::proto_file() const { in proto_file() function
Dplugin.pb.cc643 const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { in proto_file() function in google::protobuf::compiler::CodeGeneratorRequest
661 CodeGeneratorRequest::proto_file() const { in proto_file() function in google::protobuf::compiler::CodeGeneratorRequest
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.cc73 std::string StripDotProto(const std::string& proto_file) { in StripDotProto()
78 std::string GetOutputFilename(const std::string& proto_file) { in GetOutputFilename()
/external/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
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc126 const FileDescriptor* proto_file = in TEST() local