Home
last modified time | relevance | path

Searched defs:nested_type (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptor.php44 private $nested_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
DDescriptorProto.php35 private $nested_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto100 repeated DescriptorProto nested_type = 3; field
Ddescriptor_database.cc736 for (const auto& nested_type : message_type.nested_type()) { in AddNestedExtensions() local
Ddescriptor.pb.h7737 inline const PROTOBUF_NAMESPACE_ID::DescriptorProto& DescriptorProto::nested_type(int index) const { in nested_type() function
7749 DescriptorProto::nested_type() const { in nested_type() function
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc655 const google::protobuf::Type* nested_type = resolved_type.value(); in RenderAny() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1442 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local