Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc82 std::string GetProtoHeader(const FileDescriptor* proto_file) { in GetProtoHeader()
149 std::string ProtoToCpp::GetHeaderPath(const FileDescriptor* proto_file) { in GetHeaderPath()
154 std::string ProtoToCpp::GetCppPath(const FileDescriptor* proto_file) { in GetCppPath()
159 std::string ProtoToCpp::GetIncludePath(const FileDescriptor* proto_file) { in GetIncludePath()
202 const FileDescriptor* proto_file = importer_.Import(src_proto); in Convert() local
/external/nanopb-c/generator/proto/
Dplugin.proto75 repeated FileDescriptorProto proto_file = 15; field
/external/grpc-grpc/third_party/nanopb/generator/proto/
Dplugin.proto75 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/golang-protobuf/protoc-gen-go/plugin/
Dplugin.proto90 repeated FileDescriptorProto proto_file = 15; field
/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/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/cpp/
Dcpp_bootstrap_unittest.cc126 const FileDescriptor* proto_file = in TEST() local