Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto63 repeated int32 public_dependency = 10; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto63 repeated int32 public_dependency = 10; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto68 repeated int32 public_dependency = 10; field
Ddescriptor.h1896 inline const FileDescriptor* FileDescriptor::public_dependency( in public_dependency() function
Ddescriptor.pb.h4057 inline ::google::protobuf::int32 FileDescriptorProto::public_dependency(int index) const { in public_dependency() function
4070 FileDescriptorProto::public_dependency() const { in public_dependency() function
Ddescriptor.pb.cc2139 ::google::protobuf::int32 FileDescriptorProto::public_dependency(int index) const { in public_dependency() function in google::protobuf::FileDescriptorProto
2152 FileDescriptorProto::public_dependency() const { in public_dependency() function in google::protobuf::FileDescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc2051 RepeatedField<int32>* public_dependency, in ParseImport()