Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc124 const FileDescriptor* proto_file = in TEST() local
129 ASSERT_TRUE(proto_file != NULL); in TEST()
137 ASSERT_TRUE(generator.Generate(proto_file, parameter, in TEST()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc115 const FileDescriptor* file = pool.BuildFile(request.proto_file(i)); in PluginMain()
Dplugin.pb.h130 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
134 proto_file() const;
514 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) c… in proto_file() function
527 CodeGeneratorRequest::proto_file() const { in proto_file() function
Dplugin.pb.cc348 15, this->proto_file(i), output); in SerializeWithCachedSizes()
386 15, this->proto_file(i), target); in SerializeWithCachedSizesToArray()
421 this->proto_file(i)); in ByteSize()
473 if (!::google::protobuf::internal::AllAreInitialized(this->proto_file())) return false; in IsInitialized()
Dplugin.proto57 // descriptor will be included in proto_file, below.
74 repeated FileDescriptorProto proto_file = 15; field
/external/nanopb-c/generator/proto/
Dplugin.proto55 // descriptor will be included in proto_file, below.
72 repeated FileDescriptorProto proto_file = 15; field
/external/nanopb-c/generator/
Dnanopb_generator.py1096 for fdesc in request.proto_file: