Home
last modified time | relevance | path

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

/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 …]
Dmap-util.h48 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/
Dmap_util.h60 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/
Dcrash-12631281.cpp16 typedef _T1 first_type; typedef
18 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
/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/include/
Dutility60 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 &&
Dunordered_map538 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;
Dmap567 typedef typename value_type::value_type::first_type first_type;
/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.c162 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()
Dmain.c78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
Dext2ed.h207 extern struct struct_descriptor *first_type;
Ddir_com.c567 descriptor_ptr=first_type; in type_dir___remember()
Dfile_com.c419 descriptor_ptr=first_type; in type_file___remember()
Dgeneral_com.c511 descriptor_ptr=first_type; in set_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/llvm/tools/llvm-diff/
DDiffLog.cpp43 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp172 _Pair::first_type > {
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc469 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/
Dsparse_array.h241 typedef int first_type; typedef
/external/deqp/modules/glshared/
DglsFboUtil.hpp71 typedef T1 first_type; typedef
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2353 typedef typename RawPairType::first_type KeyType;
2415 typedef typename RawPairType::first_type FirstType;
/external/gmock/include/gmock/
Dgmock-matchers.h2701 typedef typename RawPairType::first_type KeyType;
2763 typedef typename RawPairType::first_type FirstType;