Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 25 of 38) sorted by relevance

12

/external/protobuf/src/google/protobuf/stubs/
Dmap_util.h75 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/tensorflow/tensorflow/core/lib/gtl/
Dmap_util.h37 const typename Collection::value_type::first_type& key) { in FindOrNull()
49 const typename Collection::value_type::first_type& key) { in FindOrNull()
66 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
86 const typename Collection::value_type::first_type& key, in FindWithDefault()
113 const typename Collection::value_type::first_type& key, in InsertOrUpdate()
133 const typename Collection::value_type::first_type& key, in InsertIfNotPresent()
152 const typename Collection::value_type::first_type& key, in LookupOrInsert()
/external/tensorflow/tensorflow/compiler/xla/
Dmap_util.h36 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/
Dcrash-12631281.cpp16 typedef _T1 first_type; typedef
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
/external/libcxx/include/
Dutility65 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/
Dtest_VIDIOC_ENUM_FRAMESIZES.c52 __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/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h191 typedef T1 &first_type; typedef
194 first_type first;
197 tier(first_type f, second_type s) : first(f), second(s) { } in tier()
/external/libcxx/include/ext/
Dhash_map239 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/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dtypes.pass.cpp24 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
/external/e2fsprogs/ext2ed/
Dinit.c163 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()
Dmain.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
Dext2ed.h207 extern struct struct_descriptor *first_type;
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
D_typecheck.py75 def __init__(self, first_type, second_type): argument
76 super(_TwoArgumentType, self).__init__(first_type, second_type)
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng_unittest.cc165 bool CheckMixedActivePassive(Vad::Activity first_type, in CheckMixedActivePassive() argument
174 .WillOnce(Return(first_type)); in CheckMixedActivePassive()
175 if (first_type == Vad::kPassive) { in CheckMixedActivePassive()
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffLog.cpp43 Diff.push_back(DiffRecord(DiffRecord::first_type(0), R)); in addRight()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffLog.cpp41 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/external/llvm/tools/llvm-diff/
DDiffLog.cpp42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/external/tensorflow/tensorflow/lite/
Dmutable_op_resolver.h42 size_t a = ValueHasher<typename T::first_type>()(x.first);
/external/tensorflow/tensorflow/compiler/tf2xla/
Dliteral_util_test.cc55 using int_type = typename TypeParam::first_type; in TYPED_TEST()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dvector_dce.cpp157 analysis::Vector* first_type = in MarkVectorShuffleUsesAsLive() local
159 uint32_t size_of_first_operand = first_type->element_count(); in MarkVectorShuffleUsesAsLive()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.cpp177 analysis::Vector* first_type = in MarkVectorShuffleUsesAsLive() local
179 uint32_t size_of_first_operand = first_type->element_count(); in MarkVectorShuffleUsesAsLive()
/external/libchrome/base/
Dvalue_iterators_unittest.cc43 !std::is_assignable<dict_iterator::reference::first_type, std::string>(), in TEST()
50 static_assert(!std::is_assignable<const_dict_iterator::reference::first_type, in TEST()
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp172 _Pair::first_type > {
/external/libcxx/test/std/algorithms/alg.sorting/alg.merge/
Dinplace_merge_comp.pass.cpp122 return std::less<typename Pair::first_type>()(lhs.first, rhs.first); in operator ()()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMeta.h115 typedef U first_type;

12