/external/stlport/stlport/stl/pointers/ |
_set.h | 55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 59 : public __stlport_class<set<_Key, _Compare, _Alloc> > 63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes; 67 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_KeyStorageType _KeyStorageType; 68 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_CompareStorageType _CompareStorageType; 71 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits; 73 typedef set<_Key, _Compare, _Alloc> _Self; 75 typedef _Key key_type [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 59 : public __stlport_class<set<_Key, _Compare, _Alloc> > 63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes; 67 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_KeyStorageType _KeyStorageType; 68 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_CompareStorageType _CompareStorageType; 71 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits; 73 typedef set<_Key, _Compare, _Alloc> _Self; 75 typedef _Key key_type [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 59 : public __stlport_class<set<_Key, _Compare, _Alloc> > 63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes; 67 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_KeyStorageType _KeyStorageType; 68 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_CompareStorageType _CompareStorageType; 71 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits; 73 typedef set<_Key, _Compare, _Alloc> _Self; 75 typedef _Key key_type [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 59 : public __stlport_class<set<_Key, _Compare, _Alloc> > 63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes; 67 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_KeyStorageType _KeyStorageType; 68 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_CompareStorageType _CompareStorageType; 71 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits; 73 typedef set<_Key, _Compare, _Alloc> _Self; 75 typedef _Key key_type [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_set.h | 55 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 59 : public __stlport_class<set<_Key, _Compare, _Alloc> > 63 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare> _AssocStorageTypes; 67 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_KeyStorageType _KeyStorageType; 68 typedef _STLP_PRIV _AssocStorageTypes<_Key, _Compare>::_CompareStorageType _CompareStorageType; 71 typedef _STLP_PRIV _CastTraits<_KeyStorageType, _Key> cast_traits; 73 typedef set<_Key, _Compare, _Alloc> _Self; 75 typedef _Key key_type [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 65 // and returns a value of type _Key. 80 // whose argument types are _Key and size_t and whose result type is 111 template<typename _Key, typename _Value, typename _Allocator, 120 _Hashtable<_Key, _Value, _Allocator, 127 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal, 129 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys, 130 _Hashtable<_Key, _Value, _Allocator, 141 typedef _Key key_type; 468 template<typename _Key, typename _Value, [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 65 // and returns a value of type _Key. 80 // whose argument types are _Key and size_t and whose result type is 111 template<typename _Key, typename _Value, typename _Allocator, 120 _Hashtable<_Key, _Value, _Allocator, 127 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal, 129 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys, 130 _Hashtable<_Key, _Value, _Allocator, 141 typedef _Key key_type; 468 template<typename _Key, typename _Value, [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 65 // and returns a value of type _Key. 80 // whose argument types are _Key and size_t and whose result type is 111 template<typename _Key, typename _Value, typename _Allocator, 120 _Hashtable<_Key, _Value, _Allocator, 127 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal, 129 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys, 130 _Hashtable<_Key, _Value, _Allocator, 141 typedef _Key key_type; 468 template<typename _Key, typename _Value, [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 58 // _Key and _Value: arbitrary CopyConstructible types. 65 // and returns a value of type _Key. 80 // whose argument types are _Key and size_t and whose result type is 111 template<typename _Key, typename _Value, typename _Allocator, 120 _Hashtable<_Key, _Value, _Allocator, 127 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal, 129 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys, 130 _Hashtable<_Key, _Value, _Allocator, 141 typedef _Key key_type; 468 template<typename _Key, typename _Value, [all...] |
/external/stlport/stlport/stl/ |
_set.h | 44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 48 : public __stlport_class<set<_Key, _Compare, _Alloc> > 51 typedef set<_Key, _Compare, _Alloc> _Self; 54 typedef _Key key_type; 55 typedef _Key value_type; 214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > [all...] |
_hash_map.h | 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 43 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>), 44 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) > 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 53 typedef _Key key_type; 63 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht; 233 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), [all...] |
_unordered_map.h | 34 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 35 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Key>), 36 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) > 39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 45 typedef _Key key_type; 55 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht; 202 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 48 : public __stlport_class<set<_Key, _Compare, _Alloc> > 51 typedef set<_Key, _Compare, _Alloc> _Self; 54 typedef _Key key_type; 55 typedef _Key value_type; 214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > [all...] |
_hash_map.h | 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 43 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>), 44 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) > 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 53 typedef _Key key_type; 63 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht; 233 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), [all...] |
_unordered_map.h | 34 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 35 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Key>), 36 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) > 39 : public __stlport_class<unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 43 typedef unordered_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 45 typedef _Key key_type; 55 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht; 202 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 48 : public __stlport_class<set<_Key, _Compare, _Alloc> > 51 typedef set<_Key, _Compare, _Alloc> _Self; 54 typedef _Key key_type; 55 typedef _Key value_type; 214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > [all...] |
_hash_map.h | 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), 43 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>), 44 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) > 47 : public __stlport_class<hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> > 51 typedef hash_map<_Key, _Tp, _HashFcn, _EqualKey, _Alloc> _Self; 53 typedef _Key key_type; 63 _STLP_SELECT1ST(value_type, _Key), _EqualKey, _Alloc > _Ht; 233 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Key>), [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 48 : public __stlport_class<set<_Key, _Compare, _Alloc> > 51 typedef set<_Key, _Compare, _Alloc> _Self; 54 typedef _Key key_type; 55 typedef _Key value_type; 214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_set.h | 44 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > 48 : public __stlport_class<set<_Key, _Compare, _Alloc> > 51 typedef set<_Key, _Compare, _Alloc> _Self; 54 typedef _Key key_type; 55 typedef _Key value_type; 214 template <class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key>), 215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) > [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
unordered_map | 47 template<typename _Key, typename _Tp, 48 typename _Hash = std::hash<_Key>, 49 typename _Pred = std::equal_to<_Key>, 50 typename _Alloc = std::allocator<_Key> > 52 : public _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_map<_Key, _Tp, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, 310 template<typename _Key, typename _Tp, typename _Hash, 313 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
unordered_map | 46 template<typename _Key, typename _Tp, 47 typename _Hash = std::hash<_Key>, 48 typename _Pred = std::equal_to<_Key>, 49 typename _Alloc = std::allocator<_Key> > 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_sequence<unordered_map<_Key, _Tp, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 314 template<typename _Key, typename _Tp, typename _Hash, 317 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 318 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
unordered_map | 46 template<typename _Key, typename _Tp, 47 typename _Hash = std::hash<_Key>, 48 typename _Pred = std::equal_to<_Key>, 49 typename _Alloc = std::allocator<_Key> > 51 : public _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_sequence<unordered_map<_Key, _Tp, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_map<_Key, _Tp, _Hash, 314 template<typename _Key, typename _Tp, typename _Hash, 317 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 318 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_map | 47 template<typename _Key, typename _Tp, 48 typename _Hash = std::hash<_Key>, 49 typename _Pred = std::equal_to<_Key>, 50 typename _Alloc = std::allocator<_Key> > 52 : public _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_map<_Key, _Tp, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, 310 template<typename _Key, typename _Tp, typename _Hash, 313 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_map | 47 template<typename _Key, typename _Tp, 48 typename _Hash = std::hash<_Key>, 49 typename _Pred = std::equal_to<_Key>, 50 typename _Alloc = std::allocator<_Key> > 52 : public _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_map<_Key, _Tp, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, 310 template<typename _Key, typename _Tp, typename _Hash, 313 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_map | 47 template<typename _Key, typename _Tp, 48 typename _Hash = std::hash<_Key>, 49 typename _Pred = std::equal_to<_Key>, 50 typename _Alloc = std::allocator<_Key> > 52 : public _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_map<_Key, _Tp, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_map<_Key, _Tp, _Hash, 310 template<typename _Key, typename _Tp, typename _Hash, 313 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x, 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y [all...] |