/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 81 // Auxiliary types used for all instantiations of _Hashtable: nodes 85 // template parameter of class template _Hashtable controls whether 390 // Many of class template _Hashtable's template parameters are policy 517 // Base classes for std::tr1::_Hashtable. We define these base 523 // of class template _Hashtable, so we use the "curiously recurring 532 typename _Hashtable> 535 template<typename _Key, typename _Pair, typename _Hashtable> 536 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 541 template<typename _Key, typename _Pair, typename _Hashtable> 542 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable_policy.h | 81 // Auxiliary types used for all instantiations of _Hashtable: nodes 85 // template parameter of class template _Hashtable controls whether 390 // Many of class template _Hashtable's template parameters are policy 517 // Base classes for std::tr1::_Hashtable. We define these base 523 // of class template _Hashtable, so we use the "curiously recurring 532 typename _Hashtable> 535 template<typename _Key, typename _Pair, typename _Hashtable> 536 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 541 template<typename _Key, typename _Pair, typename _Hashtable> 542 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unordered_map.h | 47 using __umap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>, 64 using __ummap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>, 90 * Base is _Hashtable, dispatched at compile time via template 99 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable; 100 _Hashtable _M_h; 106 typedef typename _Hashtable::key_type key_type; 107 typedef typename _Hashtable::value_type value_type; 108 typedef typename _Hashtable::mapped_type mapped_type; 109 typedef typename _Hashtable::hasher hasher; 110 typedef typename _Hashtable::key_equal key_equal [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
hashtable_policy.h | 61 // Auxiliary types used for all instantiations of _Hashtable: nodes 65 // template parameter of class template _Hashtable controls whether 356 // Many of class template _Hashtable's template parameters are policy 483 // Base classes for std::tr1::_Hashtable. We define these base 489 // of class template _Hashtable, so we use the "curiously recurring 498 typename _Hashtable> 501 template<typename _Key, typename _Pair, typename _Hashtable> 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 507 template<typename _Key, typename _Pair, typename _Hashtable> 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, 51 typedef _Hashtable<_Value, _Value, _Alloc, 93 : public _Hashtable<_Value, _Value, _Alloc, 100 typedef _Hashtable<_Value, _Value, _Alloc,
|
unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
hashtable_policy.h | 61 // Auxiliary types used for all instantiations of _Hashtable: nodes 65 // template parameter of class template _Hashtable controls whether 356 // Many of class template _Hashtable's template parameters are policy 483 // Base classes for std::tr1::_Hashtable. We define these base 489 // of class template _Hashtable, so we use the "curiously recurring 498 typename _Hashtable> 501 template<typename _Key, typename _Pair, typename _Hashtable> 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 507 template<typename _Key, typename _Pair, typename _Hashtable> 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, 51 typedef _Hashtable<_Value, _Value, _Alloc, 93 : public _Hashtable<_Value, _Value, _Alloc, 100 typedef _Hashtable<_Value, _Value, _Alloc,
|
unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
hashtable_policy.h | 61 // Auxiliary types used for all instantiations of _Hashtable: nodes 65 // template parameter of class template _Hashtable controls whether 356 // Many of class template _Hashtable's template parameters are policy 483 // Base classes for std::tr1::_Hashtable. We define these base 489 // of class template _Hashtable, so we use the "curiously recurring 498 typename _Hashtable> 501 template<typename _Key, typename _Pair, typename _Hashtable> 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 507 template<typename _Key, typename _Pair, typename _Hashtable> 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, 51 typedef _Hashtable<_Value, _Value, _Alloc, 93 : public _Hashtable<_Value, _Value, _Alloc, 100 typedef _Hashtable<_Value, _Value, _Alloc,
|
unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
hashtable_policy.h | 61 // Auxiliary types used for all instantiations of _Hashtable: nodes 65 // template parameter of class template _Hashtable controls whether 356 // Many of class template _Hashtable's template parameters are policy 483 // Base classes for std::tr1::_Hashtable. We define these base 489 // of class template _Hashtable, so we use the "curiously recurring 498 typename _Hashtable> 501 template<typename _Key, typename _Pair, typename _Hashtable> 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 507 template<typename _Key, typename _Pair, typename _Hashtable> 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, 51 typedef _Hashtable<_Value, _Value, _Alloc, 93 : public _Hashtable<_Value, _Value, _Alloc, 100 typedef _Hashtable<_Value, _Value, _Alloc,
|
unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
hashtable_policy.h | 61 // Auxiliary types used for all instantiations of _Hashtable: nodes 65 // template parameter of class template _Hashtable controls whether 356 // Many of class template _Hashtable's template parameters are policy 483 // Base classes for std::tr1::_Hashtable. We define these base 489 // of class template _Hashtable, so we use the "curiously recurring 498 typename _Hashtable> 501 template<typename _Key, typename _Pair, typename _Hashtable> 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 507 template<typename _Key, typename _Pair, typename _Hashtable> 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, 51 typedef _Hashtable<_Value, _Value, _Alloc, 93 : public _Hashtable<_Value, _Value, _Alloc, 100 typedef _Hashtable<_Value, _Value, _Alloc,
|
unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
hashtable_policy.h | 61 // Auxiliary types used for all instantiations of _Hashtable: nodes 65 // template parameter of class template _Hashtable controls whether 356 // Many of class template _Hashtable's template parameters are policy 483 // Base classes for std::tr1::_Hashtable. We define these base 489 // of class template _Hashtable, so we use the "curiously recurring 498 typename _Hashtable> 501 template<typename _Key, typename _Pair, typename _Hashtable> 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 507 template<typename _Key, typename _Pair, typename _Hashtable> 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, 51 typedef _Hashtable<_Value, _Value, _Alloc, 93 : public _Hashtable<_Value, _Value, _Alloc, 100 typedef _Hashtable<_Value, _Value, _Alloc,
|
unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
hashtable_policy.h | 61 // Auxiliary types used for all instantiations of _Hashtable: nodes 65 // template parameter of class template _Hashtable controls whether 356 // Many of class template _Hashtable's template parameters are policy 483 // Base classes for std::tr1::_Hashtable. We define these base 489 // of class template _Hashtable, so we use the "curiously recurring 498 typename _Hashtable> 501 template<typename _Key, typename _Pair, typename _Hashtable> 502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable> 507 template<typename _Key, typename _Pair, typename _Hashtable> 508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable> [all...] |
unordered_set.h | 44 : public _Hashtable<_Value, _Value, _Alloc, 51 typedef _Hashtable<_Value, _Value, _Alloc, 93 : public _Hashtable<_Value, _Value, _Alloc, 100 typedef _Hashtable<_Value, _Value, _Alloc,
|
unordered_map.h | 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 93 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, 101 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
unordered_set.h | 45 : public _Hashtable<_Value, _Value, _Alloc, 52 typedef _Hashtable<_Value, _Value, _Alloc, 114 : public _Hashtable<_Value, _Value, _Alloc, 121 typedef _Hashtable<_Value, _Value, _Alloc,
|