/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_unordered_set.h | 34 template <class _Value, _STLP_DFL_TMPL_PARAM(_HashFcn,hash<_Value>), 35 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>), 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) > 39 : public __stlport_class<unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> > 42 typedef unordered_set<_Value, _HashFcn, _EqualKey, _Alloc> _Self; 44 typedef _STLP_PRIV _UnorderedSetTraitsT<_Value> _UnorderedSetTraits; 46 typedef hashtable<_Value, _Value, _HashFcn, 47 _UnorderedSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
hash_set | 79 template<class _Value, class _HashFcn = hash<_Value>, 80 class _EqualKey = equal_to<_Value>, 81 class _Alloc = allocator<_Value> > 85 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 86 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 87 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 90 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
hash_set | 82 template<class _Value, class _HashFcn = hash<_Value>, 83 class _EqualKey = equal_to<_Value>, 84 class _Alloc = allocator<_Value> > 88 __glibcxx_class_requires(_Value, _SGIAssignableConcept) 89 __glibcxx_class_requires3(_HashFcn, size_t, _Value, _UnaryFunctionConcept) 90 __glibcxx_class_requires3(_EqualKey, _Value, _Value, _BinaryPredicateConcept) 93 typedef hashtable<_Value, _Value, _HashFcn, _Identity<_Value> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
unordered_set | 47 template<typename _Value, 48 typename _Hash = std::hash<_Value>, 49 typename _Pred = std::equal_to<_Value>, 50 typename _Alloc = std::allocator<_Value> > 52 : public _GLIBCXX_STD_D::unordered_set<_Value, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_set<_Value, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_set<_Value, _Hash, 310 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 312 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 313 unordered_set<_Value, _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_set | 46 template<typename _Value, 47 typename _Hash = std::hash<_Value>, 48 typename _Pred = std::equal_to<_Value>, 49 typename _Alloc = std::allocator<_Value> > 51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_sequence<unordered_set<_Value, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash, 307 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 309 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 310 unordered_set<_Value, _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_set | 46 template<typename _Value, 47 typename _Hash = std::hash<_Value>, 48 typename _Pred = std::equal_to<_Value>, 49 typename _Alloc = std::allocator<_Value> > 51 : public _GLIBCXX_STD_C::unordered_set<_Value, _Hash, _Pred, _Alloc>, 52 public __gnu_debug::_Safe_sequence<unordered_set<_Value, _Hash, 55 typedef _GLIBCXX_STD_C::unordered_set<_Value, _Hash, 307 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 309 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 310 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_set | 47 template<typename _Value, 48 typename _Hash = std::hash<_Value>, 49 typename _Pred = std::equal_to<_Value>, 50 typename _Alloc = std::allocator<_Value> > 52 : public _GLIBCXX_STD_D::unordered_set<_Value, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_set<_Value, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_set<_Value, _Hash, 310 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 312 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_set | 47 template<typename _Value, 48 typename _Hash = std::hash<_Value>, 49 typename _Pred = std::equal_to<_Value>, 50 typename _Alloc = std::allocator<_Value> > 52 : public _GLIBCXX_STD_D::unordered_set<_Value, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_set<_Value, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_set<_Value, _Hash, 310 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 312 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_set | 47 template<typename _Value, 48 typename _Hash = std::hash<_Value>, 49 typename _Pred = std::equal_to<_Value>, 50 typename _Alloc = std::allocator<_Value> > 52 : public _GLIBCXX_STD_D::unordered_set<_Value, _Hash, _Pred, _Alloc>, 53 public __gnu_debug::_Safe_sequence<unordered_set<_Value, _Hash, 56 typedef _GLIBCXX_STD_D::unordered_set<_Value, _Hash, 310 template<typename _Value, typename _Hash, typename _Pred, typename _Alloc> 312 swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x, 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y [all...] |