/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/tensorflow/tensorflow/core/lib/gtl/ |
D | map_util.h | 37 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/ |
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/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/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | STLExtras.h | 191 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/ |
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/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/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()
|
D | main.c | 79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
|
D | ext2ed.h | 207 extern struct struct_descriptor *first_type;
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | _typecheck.py | 75 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/ |
D | audio_encoder_cng_unittest.cc | 165 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/ |
D | DiffLog.cpp | 43 Diff.push_back(DiffRecord(DiffRecord::first_type(0), R)); in addRight()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 41 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
/external/tensorflow/tensorflow/lite/ |
D | mutable_op_resolver.h | 42 size_t a = ValueHasher<typename T::first_type>()(x.first);
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | literal_util_test.cc | 55 using int_type = typename TypeParam::first_type; in TYPED_TEST()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 157 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/ |
D | vector_dce.cpp | 177 analysis::Vector* first_type = in MarkVectorShuffleUsesAsLive() local 179 uint32_t size_of_first_operand = first_type->element_count(); in MarkVectorShuffleUsesAsLive()
|
/external/libchrome/base/ |
D | value_iterators_unittest.cc | 43 !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/ |
D | debug-info-use-after-free.cpp | 172 _Pair::first_type > {
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
D | inplace_merge_comp.pass.cpp | 122 return std::less<typename Pair::first_type>()(lhs.first, rhs.first); in operator ()()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMeta.h | 115 typedef U first_type;
|