/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
unordered_map.h | 38 template<class _Key, class _Tp, 39 class _Hash = hash<_Key>, 40 class _Pred = std::equal_to<_Key>, 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unordered_map.h | 39 template<class _Key, class _Tp, 40 class _Hash = hash<_Key>, 41 class _Pred = std::equal_to<_Key>, 42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 44 __not_<__and_<is_integral<_Key>, is_empty<_Hash>, 46 __detail::__is_noexcept_hash<_Key, _Hash>>>::value> 48 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 49 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 55 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc [all...] |
stl_multiset.h | 86 template <typename _Key, typename _Compare = std::less<_Key>, 87 typename _Alloc = std::allocator<_Key> > 92 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 93 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 95 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 99 typedef _Key key_type; 100 typedef _Key value_type; 107 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 39 template<class _Key, class _Tp, 40 class _Hash = hash<_Key>, 41 class _Pred = std::equal_to<_Key>, 42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 45 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 46 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 52 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 53 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
stl_multiset.h | 84 template <typename _Key, typename _Compare = std::less<_Key>, 85 typename _Alloc = std::allocator<_Key> > 90 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 91 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 93 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 97 typedef _Key key_type; 98 typedef _Key value_type; 105 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 87 template<typename _Key, typename _Compare = std::less<_Key>, 88 typename _Alloc = std::allocator<_Key> > 93 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 94 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 96 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 102 typedef _Key key_type; 103 typedef _Key value_type; 110 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 39 template<class _Key, class _Tp, 40 class _Hash = hash<_Key>, 41 class _Pred = std::equal_to<_Key>, 42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 45 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 46 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 52 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 53 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
stl_multiset.h | 84 template <typename _Key, typename _Compare = std::less<_Key>, 85 typename _Alloc = std::allocator<_Key> > 90 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 91 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 93 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 97 typedef _Key key_type; 98 typedef _Key value_type; 105 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 87 template<typename _Key, typename _Compare = std::less<_Key>, 88 typename _Alloc = std::allocator<_Key> > 93 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 94 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 96 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 102 typedef _Key key_type; 103 typedef _Key value_type; 110 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unordered_map.h | 39 template<class _Key, class _Tp, 40 class _Hash = hash<_Key>, 41 class _Pred = std::equal_to<_Key>, 42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 45 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 46 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred, 52 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc, 53 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred [all...] |
stl_multiset.h | 84 template <typename _Key, typename _Compare = std::less<_Key>, 85 typename _Alloc = std::allocator<_Key> > 90 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 91 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 93 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 97 typedef _Key key_type; 98 typedef _Key value_type; 105 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 87 template<typename _Key, typename _Compare = std::less<_Key>, 88 typename _Alloc = std::allocator<_Key> > 93 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 94 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 96 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 102 typedef _Key key_type; 103 typedef _Key value_type; 110 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_multiset.h | 82 template <typename _Key, typename _Compare = std::less<_Key>, 83 typename _Alloc = std::allocator<_Key> > 88 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 89 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 91 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 95 typedef _Key key_type; 96 typedef _Key value_type; 103 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 85 template<typename _Key, typename _Compare = std::less<_Key>, 86 typename _Alloc = std::allocator<_Key> > 91 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 92 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 94 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 100 typedef _Key key_type; 101 typedef _Key value_type; 108 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_multiset.h | 82 template <typename _Key, typename _Compare = std::less<_Key>, 83 typename _Alloc = std::allocator<_Key> > 88 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 89 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 91 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 95 typedef _Key key_type; 96 typedef _Key value_type; 103 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 85 template<typename _Key, typename _Compare = std::less<_Key>, 86 typename _Alloc = std::allocator<_Key> > 91 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 92 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 94 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 100 typedef _Key key_type; 101 typedef _Key value_type; 108 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_multiset.h | 82 template <typename _Key, typename _Compare = std::less<_Key>, 83 typename _Alloc = std::allocator<_Key> > 88 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 89 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 91 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 95 typedef _Key key_type; 96 typedef _Key value_type; 103 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 85 template<typename _Key, typename _Compare = std::less<_Key>, 86 typename _Alloc = std::allocator<_Key> > 91 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 92 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 94 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 100 typedef _Key key_type; 101 typedef _Key value_type; 108 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_multiset.h | 82 template <typename _Key, typename _Compare = std::less<_Key>, 83 typename _Alloc = std::allocator<_Key> > 88 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 89 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 91 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 95 typedef _Key key_type; 96 typedef _Key value_type; 103 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 85 template<typename _Key, typename _Compare = std::less<_Key>, 86 typename _Alloc = std::allocator<_Key> > 91 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 92 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 94 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 100 typedef _Key key_type; 101 typedef _Key value_type; 108 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_multiset.h | 82 template <typename _Key, typename _Compare = std::less<_Key>, 83 typename _Alloc = std::allocator<_Key> > 88 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 89 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 91 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 95 typedef _Key key_type; 96 typedef _Key value_type; 103 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |
stl_set.h | 85 template<typename _Key, typename _Compare = std::less<_Key>, 86 typename _Alloc = std::allocator<_Key> > 91 __glibcxx_class_requires(_Key, _SGIAssignableConcept) 92 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, 94 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept) 100 typedef _Key key_type; 101 typedef _Key value_type; 108 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type [all...] |