Home
last modified time | relevance | path

Searched defs:public_dependency (Results 1 – 8 of 8) 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/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto63 repeated int32 public_dependency = 10; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto63 repeated int32 public_dependency = 10; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto63 repeated int32 public_dependency = 10; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto69 repeated int32 public_dependency = 10; field
Ddescriptor.h2298 inline const FileDescriptor* FileDescriptor::public_dependency( in public_dependency() function
Ddescriptor.pb.h6879 inline ::PROTOBUF_NAMESPACE_ID::int32 FileDescriptorProto::public_dependency(int index) const { in public_dependency() function
6899 FileDescriptorProto::public_dependency() const { in public_dependency() function
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc2341 RepeatedField<int32>* public_dependency, in ParseImport()