Home
last modified time | relevance | path

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

/third_party/boost/boost/proto/transform/
Dmake.hpp51 struct nested_type struct
53 typedef typename T::type type;
57 struct nested_type<T, false> struct
59 typedef T type;
/third_party/boost/boost/hana/
Doptional.hpp50 struct nested_type { }; struct
53 struct nested_type<T, type_tag> { using type = typename T::type; }; struct
57 struct optional<T> : detail::operators::adl<>, detail::nested_type<T> {
/third_party/boost/libs/hana/include/boost/hana/
Doptional.hpp50 struct nested_type { }; struct
53 struct nested_type<T, type_tag> { using type = typename T::type; }; struct
57 struct optional<T> : detail::operators::adl<>, detail::nested_type<T> {
/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/boost/libs/gil/test/core/pixel/
Dtest_fixture.hpp122 using nested_type = typename PixelValueOrReference::type; typedef
/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/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/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto97 repeated DescriptorProto nested_type = 3; field
Ddescriptor.proto96 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