Searched defs:nested_type (Results 1 – 15 of 15) sorted by relevance
51 struct nested_type struct53 typedef typename T::type type;57 struct nested_type<T, false> struct59 typedef T type;
50 struct nested_type { }; struct53 struct nested_type<T, type_tag> { using type = typename T::type; }; struct57 struct optional<T> : detail::operators::adl<>, detail::nested_type<T> {
44 private $nested_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
35 private $nested_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
122 using nested_type = typename PixelValueOrReference::type; typedef
90 repeated DescriptorProto nested_type = 3; field
100 repeated DescriptorProto nested_type = 3; field
736 for (const auto& nested_type : message_type.nested_type()) { in AddNestedExtensions() local
7737 inline const PROTOBUF_NAMESPACE_ID::DescriptorProto& DescriptorProto::nested_type(int index) const { in nested_type() function7749 DescriptorProto::nested_type() const { in nested_type() function
96 repeated DescriptorProto nested_type = 3; field
97 repeated DescriptorProto nested_type = 3; field
655 const google::protobuf::Type* nested_type = resolved_type.value(); in RenderAny() local
1442 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local