Home
last modified time | relevance | path

Searched defs:nested_type (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.proto90 repeated DescriptorProto nested_type = 3; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto99 repeated DescriptorProto nested_type = 3; field
Ddescriptor.pb.h4601 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { in nested_type() function
4619 DescriptorProto::nested_type() const { in nested_type() function
Ddescriptor.pb.cc3945 const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { in nested_type() function in google::protobuf::DescriptorProto
3963 DescriptorProto::nested_type() const { in nested_type() function in google::protobuf::DescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1108 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local
1186 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc629 const google::protobuf::Type* nested_type = resolved_type.ValueOrDie(); in RenderAny() local