/external/protobuf/src/google/protobuf/stubs/ |
D | map_util.h | 75 const typename Collection::value_type::first_type& key) { 85 const typename Collection::value_type::first_type& key) { 95 const typename Collection::value_type::first_type& key) { 105 const typename Collection::value_type::first_type& key) { 124 const typename Collection::value_type::first_type& key, 138 const typename Collection::value_type::first_type& key) { 150 const typename Collection::value_type::first_type& key) { 167 const typename Collection::value_type::first_type& key) { 182 const typename Collection::value_type::first_type& key) { 195 const typename Collection::value_type::first_type& key) { [all …]
|
/external/libabigail/tests/data/test-annotate/ |
D | test2.so.abi | 9 <!-- first_type::first_type() --> 11 <!-- first_type::first_type() --> 37 <!-- struct first_type --> 38 …<class-decl name='first_type' size-in-bits='64' is-struct='yes' visibility='default' filepath='/ho… 40 <!-- integer first_type::member0 --> 44 <!-- character first_type::member1 --> 48 <!-- first_type::first_type() --> 49 …<function-decl name='first_type' filepath='/home/dodji/git/libabigail/dwarf/tests/data/test-read-d… 50 <!-- implicit parameter of type 'first_type*' --> 57 <!-- first_type::first_type() --> [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test2-0.cc | 8 first_type::first_type() in first_type() function in first_type 15 first_type* 17 {return new first_type;} in build_first_type()
|
D | test2.h | 4 struct first_type struct 9 first_type(); argument
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | map_util.h | 40 const typename Collection::value_type::first_type& key) { in FindOrNull() 52 const typename Collection::value_type::first_type& key) { in FindOrNull() 69 const typename Collection::value_type::first_type& key) { in FindPtrOrNull() 89 const typename Collection::value_type::first_type& key, in FindWithDefault() 116 const typename Collection::value_type::first_type& key, in InsertOrUpdate() 136 const typename Collection::value_type::first_type& key, in InsertIfNotPresent() 155 const typename Collection::value_type::first_type& key, in LookupOrInsert() 204 const typename Collection::value_type::first_type& key) { in EraseKeyReturnValuePtr()
|
/external/tensorflow/tensorflow/python/eager/ |
D | backprop_util.py | 41 first_type = handle_data.shape_and_type[0].dtype 45 if (first_type != types_pb2.DT_INVALID 46 and all(shape_and_type.dtype == first_type 48 return first_type
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | map_util.h | 36 const typename Collection::value_type::first_type& key) { in FindOrDie() 46 const typename Collection::value_type::first_type& key) { in FindOrDie() 58 const typename Collection::value_type::first_type& key) { in MaybeFind() 80 const typename Collection::value_type::first_type& key, in FindOrDefault()
|
/external/clang/test/PCH/ |
D | crash-12631281.cpp | 16 typedef _T1 first_type; typedef 18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
|
/external/llvm-project/clang/test/PCH/ |
D | crash-12631281.cpp | 20 typedef _T1 first_type; typedef 22 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-incomplete-typo-suggested-error-limit.cpp | 39 typedef T first_type; typedef 45 return is_same<first_type, U1>::value; in enable_implicit()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 221 typename T::first_type a1{kFirstString}; 223 typename T::first_type a2{kSecondString}; 225 hash_default_eq<typename T::first_type> eq; 226 hash_default_hash<typename T::first_type> hash;
|
/external/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 221 typename T::first_type a1{kFirstString}; 223 typename T::first_type a2{kSecondString}; 225 hash_default_eq<typename T::first_type> eq; 226 hash_default_hash<typename T::first_type> hash;
|
/external/llvm-project/libcxx/include/ |
D | utility | 64 typedef T1 first_type; 302 typedef _T1 first_type; 352 return is_constructible<first_type, _U1>::value 354 && (!is_convertible<_U1, first_type>::value 360 return is_constructible<first_type, _U1>::value 362 && is_convertible<_U1, first_type>::value 401 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && 409 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && 418 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && 427 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && [all …]
|
/external/libcxx/include/ |
D | utility | 65 typedef T1 first_type; 320 typedef _T1 first_type; 363 return is_constructible<first_type, _U1>::value 365 && (!is_convertible<_U1, first_type>::value 371 return is_constructible<first_type, _U1>::value 373 && is_convertible<_U1, first_type>::value 412 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && 421 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && 430 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && 439 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && [all …]
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_ENUM_FRAMESIZES.c | 52 __u32 first_type; in do_test_VIDIOC_ENUM_FRAMESIZES() local 55 first_type = 0; in do_test_VIDIOC_ENUM_FRAMESIZES() 68 if (i != 0 && first_type != V4L2_FRMSIZE_TYPE_DISCRETE) { in do_test_VIDIOC_ENUM_FRAMESIZES() 80 first_type = framesize.type; in do_test_VIDIOC_ENUM_FRAMESIZES() 82 CU_ASSERT_EQUAL(framesize.type, first_type); in do_test_VIDIOC_ENUM_FRAMESIZES()
|
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | types.pass.cpp | 25 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | types.pass.cpp | 24 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
|
/external/libcxx/include/ext/ |
D | hash_map | 239 size_t operator()(const typename _Tp::first_type& __x) const 255 size_t operator()(const typename _Tp::first_type& __x) const 273 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 276 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 279 bool operator()(const typename _Tp::first_type& __x, 280 const typename _Tp::first_type& __y) const 296 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 299 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 302 bool operator()(const typename _Tp::first_type& __x, 303 const typename _Tp::first_type& __y) const [all …]
|
/external/llvm-project/libcxx/include/ext/ |
D | hash_map | 239 size_t operator()(const typename _Tp::first_type& __x) const 255 size_t operator()(const typename _Tp::first_type& __x) const 273 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 276 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 279 bool operator()(const typename _Tp::first_type& __x, 280 const typename _Tp::first_type& __y) const 296 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 299 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 302 bool operator()(const typename _Tp::first_type& __x, 303 const typename _Tp::first_type& __y) const [all …]
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 305 typename T::first_type a1{kFirstString}; 307 typename T::first_type a2{kSecondString}; 309 hash_default_eq<typename T::first_type> eq; 310 hash_default_hash<typename T::first_type> hash;
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hash_function_defaults_test.cc | 305 typename T::first_type a1{kFirstString}; 307 typename T::first_type a2{kSecondString}; 309 hash_default_eq<typename T::first_type> eq; 310 hash_default_hash<typename T::first_type> hash;
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 305 typename T::first_type a1{kFirstString}; 307 typename T::first_type a2{kSecondString}; 309 hash_default_eq<typename T::first_type> eq; 310 hash_default_hash<typename T::first_type> hash;
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 305 typename T::first_type a1{kFirstString}; 307 typename T::first_type a2{kSecondString}; 309 hash_default_eq<typename T::first_type> eq; 310 hash_default_hash<typename T::first_type> hash;
|
/external/e2fsprogs/ext2ed/ |
D | init.c | 163 ptr=first_type; in free_struct_descriptors() 170 first_type=last_type=current_type=NULL; in free_struct_descriptors() 201 if (first_type==NULL) { in add_new_descriptor() 202 first_type = last_type = ptr; in add_new_descriptor()
|
/external/llvm-project/libcxx/test/std/containers/ |
D | check_consecutive.h | 33 void CheckConsecutiveKeys(Iter pos, Iter end, typename Iter::value_type::first_type key, std::multi… in CheckConsecutiveKeys()
|