Home
last modified time | relevance | path

Searched defs:public_dependency (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php43 private $public_dependency; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto43 repeated int32 public_dependency = 10; field
Ddescriptor.proto41 repeated int32 public_dependency = 10; field
/third_party/grpc/third_party/upb/upb/reflection/
Ddef.hpp501 FileDefPtr public_dependency(int index) const { in public_dependency() function in upb::FileDefPtr
/third_party/protobuf/upb/reflection/
Ddef.hpp501 FileDefPtr public_dependency(int index) const { in public_dependency() function in upb::FileDefPtr
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto111 repeated int32 public_dependency = 10; field
Ddescriptor.h2860 inline const FileDescriptor* FileDescriptor::public_dependency( in public_dependency() function
Ddescriptor.pb.h12322 inline ::int32_t FileDescriptorProto::public_dependency(int index) const { in public_dependency() function
12335 inline const ::google::protobuf::RepeatedField<::int32_t>& FileDescriptorProto::public_dependency()… in public_dependency() function
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc2567 RepeatedField<int32_t>* public_dependency, in ParseImport()