Home
last modified time | relevance | path

Searched defs:weak_dependency (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php50 private $weak_dependency; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto66 repeated int32 weak_dependency = 11; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto66 repeated int32 weak_dependency = 11; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto66 repeated int32 weak_dependency = 11; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto72 repeated int32 weak_dependency = 11; field
Ddescriptor.h2303 inline const FileDescriptor* FileDescriptor::weak_dependency(int index) const { in weak_dependency() function
Ddescriptor.pb.h6926 inline ::PROTOBUF_NAMESPACE_ID::int32 FileDescriptorProto::weak_dependency(int index) const { in weak_dependency() function
6946 FileDescriptorProto::weak_dependency() const { in weak_dependency() function
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc2342 RepeatedField<int32>* weak_dependency, in ParseImport()