/external/protobuf/src/google/protobuf/stubs/ |
D | map_util.h | 73 const typename Collection::value_type::second_type& 83 typename Collection::value_type::second_type& 93 const typename Collection::value_type::second_type& 103 typename Collection::value_type::second_type& 122 const typename Collection::value_type::second_type& 125 const typename Collection::value_type::second_type& value) { 136 const typename Collection::value_type::second_type* 148 typename Collection::value_type::second_type* 165 typename Collection::value_type::second_type 170 return typename Collection::value_type::second_type(); [all …]
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | map_util.h | 38 const typename Collection::value_type::second_type* FindOrNull( in FindOrNull() 50 typename Collection::value_type::second_type* FindOrNull( in FindOrNull() 67 typename Collection::value_type::second_type FindPtrOrNull( in FindPtrOrNull() 72 return typename Collection::value_type::second_type(); in FindPtrOrNull() 87 const typename Collection::value_type::second_type& FindWithDefault( in FindWithDefault() 90 const typename Collection::value_type::second_type& value) { in FindWithDefault() 117 const typename Collection::value_type::second_type& value) { in InsertOrUpdate() 137 const typename Collection::value_type::second_type& value) { in InsertIfNotPresent() 146 typename Collection::value_type::second_type& LookupOrInsert( in LookupOrInsert() 153 typename Collection::value_type::second_type& LookupOrInsert( in LookupOrInsert() [all …]
|
/external/libabigail/tests/data/test-annotate/ |
D | test2.so.abi | 13 <!-- second_type::second_type() --> 15 <!-- second_type::second_type() --> 78 <!-- struct second_type --> 79 …<class-decl name='second_type' size-in-bits='64' is-struct='yes' visibility='default' filepath='/h… 81 <!-- integer second_type::member0 --> 85 <!-- character second_type::member1 --> 89 <!-- second_type::second_type() --> 90 …<function-decl name='second_type' filepath='/home/dodji/git/libabigail/dwarf/tests/data/test-read-… 91 <!-- implicit parameter of type 'second_type*' --> 98 <!-- second_type::second_type() --> [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test2-1.cc | 8 second_type::second_type() in second_type() function in second_type 15 second_type* 17 {return new second_type;} in build_second_type()
|
D | test2.h | 12 struct second_type struct 17 second_type(); argument
|
D | test2.so.hash.abi | 52 …<class-decl name='second_type' size-in-bits='64' is-struct='yes' visibility='default' filepath='/h… 60 …<function-decl name='second_type' filepath='/home/dodji/git/libabigail/dwarf/tests/data/test-read-… 66 …<function-decl name='second_type' mangled-name='_ZN11second_typeC2Ev' filepath='/home/dodji/git/li…
|
D | test2.so.abi | 52 …<class-decl name='second_type' size-in-bits='64' is-struct='yes' visibility='default' filepath='/h… 60 …<function-decl name='second_type' filepath='/home/dodji/git/libabigail/dwarf/tests/data/test-read-… 66 …<function-decl name='second_type' mangled-name='_ZN11second_typeC2Ev' filepath='/home/dodji/git/li…
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | map_util.h | 34 const typename Collection::value_type::second_type& FindOrDie( in FindOrDie() 44 typename Collection::value_type::second_type& FindOrDie( in FindOrDie() 56 std::reference_wrapper<const typename Collection::value_type::second_type>> 78 const typename Collection::value_type::second_type& FindOrDefault( in FindOrDefault() 81 const typename Collection::value_type::second_type& value) { in FindOrDefault()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTConcept.cpp | 32 UnsatisfiedConstraintRecord::second_type( 44 UnsatisfiedConstraintRecord::second_type(
|
/external/llvm-project/clang/test/Index/ |
D | index-templates.cpp | 83 typedef U second_type; in init_list() typedef 85 Pair<T, U> p = { t, second_type(u) }; in init_list()
|
/external/clang/test/Index/ |
D | index-templates.cpp | 83 typedef U second_type; in init_list() typedef 85 Pair<T, U> p = { t, second_type(u) }; in init_list()
|
/external/llvm-project/libcxx/include/ |
D | utility | 65 typedef T2 second_type; 303 typedef _T2 second_type; 353 && is_constructible<second_type, _U2>::value 355 || !is_convertible<_U2, second_type>::value); 361 && is_constructible<second_type, _U2>::value 363 && is_convertible<_U2, second_type>::value; 402 is_nothrow_default_constructible<second_type>::value) 410 is_nothrow_default_constructible<second_type>::value) 419 is_nothrow_copy_constructible<second_type>::value) 428 is_nothrow_copy_constructible<second_type>::value) [all …]
|
/external/libcxx/include/ |
D | utility | 66 typedef T2 second_type; 321 typedef _T2 second_type; 364 && is_constructible<second_type, _U2>::value 366 || !is_convertible<_U2, second_type>::value); 372 && is_constructible<second_type, _U2>::value 374 && is_convertible<_U2, second_type>::value; 413 is_nothrow_default_constructible<second_type>::value) 422 is_nothrow_copy_constructible<second_type>::value) 431 is_nothrow_copy_constructible<second_type>::value) 440 is_nothrow_constructible<second_type, _U2>::value)) [all …]
|
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | types.pass.cpp | 26 static_assert((std::is_same<P::second_type, short*>::value), ""); in main()
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | types.pass.cpp | 25 static_assert((std::is_same<P::second_type, short*>::value), ""); in main()
|
/external/clang/test/PCH/ |
D | crash-12631281.cpp | 17 typedef _T2 second_type; typedef
|
/external/llvm-project/clang/test/PCH/ |
D | crash-12631281.cpp | 21 typedef _T2 second_type; typedef
|
/external/llvm-project/libcxx/test/std/containers/ |
D | check_consecutive.h | 33 …me Iter::value_type::first_type key, std::multiset<typename Iter::value_type::second_type>& values) in CheckConsecutiveKeys()
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 38 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
/external/llvm-project/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
/external/tensorflow/tensorflow/lite/ |
D | mutable_op_resolver.h | 50 size_t b = ValueHasher<typename T::second_type>()(x.second);
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | literal_util_test.cc | 56 using qint_type = typename TypeParam::second_type; in TYPED_TEST()
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | SpecialMemberFunctionsCheck.h | 101 std::hash<ClassDefId::second_type> SecondHash;
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 222 typename T::second_type b1{kFirstString}; 224 typename T::second_type b2{kSecondString};
|
/external/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 222 typename T::second_type b1{kFirstString}; 224 typename T::second_type b2{kSecondString};
|