/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 …]
|
D | map-util.h | 48 const typename Collection::value_type::first_type& key, in FindWithDefault() 63 const typename Collection::value_type::first_type& key) { in FindOrNull() 79 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
|
/external/ceres-solver/internal/ceres/ |
D | map_util.h | 60 const typename Collection::value_type::first_type& key) { in FindOrDie() 72 const typename Collection::value_type::first_type& key, in FindWithDefault() 88 const typename Collection::value_type::first_type& key, in InsertIfNotPresent() 101 const typename Collection::value_type::first_type& key) { in FindOrNull() 121 const typename Collection::value_type::first_type& key, in InsertOrDie()
|
/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/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/include/ |
D | utility | 60 typedef T1 first_type; 255 typedef _T1 first_type; 286 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && 296 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && 307 class = typename enable_if<is_convertible<_U1, first_type>::value && 328 pair(pair&& __p) _NOEXCEPT_(is_nothrow_move_constructible<first_type>::value && 330 : first(_VSTD::forward<first_type>(__p.first)), 338 operator=(pair&& __p) _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && 341 first = _VSTD::forward<first_type>(__p.first); 388 swap(pair& __p) _NOEXCEPT_(__is_nothrow_swappable<first_type>::value &&
|
D | unordered_map | 538 typedef typename value_type::value_type::first_type first_type; 660 typedef const typename _HashIterator::value_type::value_type::first_type key_type; 716 typedef const typename _HashIterator::value_type::value_type::first_type key_type;
|
D | map | 567 typedef typename value_type::value_type::first_type first_type;
|
/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 | 162 ptr=first_type; in free_struct_descriptors() 169 first_type=last_type=current_type=NULL; in free_struct_descriptors() 200 if (first_type==NULL) { in add_new_descriptor() 201 first_type = last_type = ptr; in add_new_descriptor()
|
D | main.c | 78 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;
|
D | dir_com.c | 567 descriptor_ptr=first_type; in type_dir___remember()
|
D | file_com.c | 419 descriptor_ptr=first_type; in type_file___remember()
|
D | general_com.c | 511 descriptor_ptr=first_type; in set_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/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 43 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 172 _Pair::first_type > {
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.cc | 469 InstanceType first_type, last_type; in ReduceCheckInstanceType() local 470 instr->GetCheckInterval(&first_type, &last_type); in ReduceCheckInstanceType() 471 if (first_type <= type && type <= last_type) maps->Add(map, zone()); in ReduceCheckInstanceType()
|
/external/regex-re2/util/ |
D | sparse_array.h | 241 typedef int first_type; typedef
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.hpp | 71 typedef T1 first_type; typedef
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 2353 typedef typename RawPairType::first_type KeyType; 2415 typedef typename RawPairType::first_type FirstType;
|
/external/gmock/include/gmock/ |
D | gmock-matchers.h | 2701 typedef typename RawPairType::first_type KeyType; 2763 typedef typename RawPairType::first_type FirstType;
|