Home
last modified time | relevance | path

Searched refs:second_type (Results 1 – 25 of 53) sorted by relevance

123

/external/protobuf/src/google/protobuf/stubs/
Dmap_util.h73 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/
Dmap_util.h38 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/
Dtest2.so.abi13 <!-- 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/
Dtest2-1.cc8 second_type::second_type() in second_type() function in second_type
15 second_type*
17 {return new second_type;} in build_second_type()
Dtest2.h12 struct second_type struct
17 second_type(); argument
Dtest2.so.hash.abi52 …<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…
Dtest2.so.abi52 …<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/
Dmap_util.h34 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/
DASTConcept.cpp32 UnsatisfiedConstraintRecord::second_type(
44 UnsatisfiedConstraintRecord::second_type(
/external/llvm-project/clang/test/Index/
Dindex-templates.cpp83 typedef U second_type; in init_list() typedef
85 Pair<T, U> p = { t, second_type(u) }; in init_list()
/external/clang/test/Index/
Dindex-templates.cpp83 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/
Dutility65 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/
Dutility66 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/
Dtypes.pass.cpp26 static_assert((std::is_same<P::second_type, short*>::value), ""); in main()
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dtypes.pass.cpp25 static_assert((std::is_same<P::second_type, short*>::value), ""); in main()
/external/clang/test/PCH/
Dcrash-12631281.cpp17 typedef _T2 second_type; typedef
/external/llvm-project/clang/test/PCH/
Dcrash-12631281.cpp21 typedef _T2 second_type; typedef
/external/llvm-project/libcxx/test/std/containers/
Dcheck_consecutive.h33 …me Iter::value_type::first_type key, std::multiset<typename Iter::value_type::second_type>& values) in CheckConsecutiveKeys()
/external/llvm/tools/llvm-diff/
DDiffLog.cpp38 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
/external/llvm-project/llvm/tools/llvm-diff/
DDiffLog.cpp36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
/external/tensorflow/tensorflow/lite/
Dmutable_op_resolver.h50 size_t b = ValueHasher<typename T::second_type>()(x.second);
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc56 using qint_type = typename TypeParam::second_type; in TYPED_TEST()
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h101 std::hash<ClassDefId::second_type> SecondHash;
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc222 typename T::second_type b1{kFirstString};
224 typename T::second_type b2{kSecondString};
/external/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc222 typename T::second_type b1{kFirstString};
224 typename T::second_type b2{kSecondString};

123