/third_party/boost/boost/proto/transform/ |
D | make.hpp | 51 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/ |
D | optional.hpp | 50 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/ |
D | optional.hpp | 50 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/ |
D | Descriptor.php | 44 private $nested_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
|
D | DescriptorProto.php | 35 private $nested_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
|
/third_party/boost/libs/gil/test/core/pixel/ |
D | test_fixture.hpp | 122 using nested_type = typename PixelValueOrReference::type; typedef
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 90 repeated DescriptorProto nested_type = 3; field
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 90 repeated DescriptorProto nested_type = 3; field
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 90 repeated DescriptorProto nested_type = 3; field
|
/third_party/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 97 repeated DescriptorProto nested_type = 3; field
|
D | descriptor.proto | 96 repeated DescriptorProto nested_type = 3; field
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.proto | 100 repeated DescriptorProto nested_type = 3; field
|
D | descriptor_database.cc | 736 for (const auto& nested_type : message_type.nested_type()) { in AddNestedExtensions() local
|
D | descriptor.pb.h | 7737 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/ |
D | protostream_objectsource.cc | 655 const google::protobuf::Type* nested_type = resolved_type.value(); in RenderAny() local
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 1442 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local
|