HomeSort by relevance Sort by last modified time
    Searched refs:_Key (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multiset.h 39 template<typename _Key, typename _Compare = std::less<_Key>,
40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
372 template<typename _Key, typename _Compare, typename _Allocator>
374 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
375 const multiset<_Key, _Compare, _Allocator>& __rhs
    [all...]
set.h 39 template<typename _Key, typename _Compare = std::less<_Key>,
40 typename _Allocator = std::allocator<_Key> >
42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>
44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
386 template<typename _Key, typename _Compare, typename _Allocator>
388 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
389 const set<_Key, _Compare, _Allocator>& __rhs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
94 template<class _Val, class _Key, class _HashFcn,
98 template<class _Val, class _Key, class _HashFcn,
102 template<class _Val, class _Key, class _HashFcn,
106 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
108 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
111 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
153 template<class _Val, class _Key, class _HashFcn,
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
159 typedef _Hashtable_iterator<_Val,_Key,_HashFcn
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
94 template<class _Val, class _Key, class _HashFcn,
98 template<class _Val, class _Key, class _HashFcn,
102 template<class _Val, class _Key, class _HashFcn,
106 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
108 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
111 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
153 template<class _Val, class _Key, class _HashFcn,
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
159 typedef _Hashtable_iterator<_Val,_Key,_HashFcn
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hashtable.h 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
94 template<class _Val, class _Key, class _HashFcn,
98 template<class _Val, class _Key, class _HashFcn,
102 template<class _Val, class _Key, class _HashFcn,
106 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
108 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
111 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
153 template<class _Val, class _Key, class _HashFcn,
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
159 typedef _Hashtable_iterator<_Val,_Key,_HashFcn
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hashtable.h 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
94 template<class _Val, class _Key, class _HashFcn,
98 template<class _Val, class _Key, class _HashFcn,
102 template<class _Val, class _Key, class _HashFcn,
106 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
108 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
111 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
154 template<class _Val, class _Key, class _HashFcn,
158 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
160 typedef _Hashtable_iterator<_Val,_Key,_HashFcn
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 331 template<typename _Key, typename _Val, typename _KeyOfValue,
343 typedef _Key key_type;
523 static const _Key&
547 static const _Key&
632 const _Key& __k);
636 const _Key& __k) const;
640 const _Key& __k);
644 const _Key& __k) const;
904 template<typename _Key, typename _Val, typename _KeyOfValue,
907 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x
    [all...]
hashtable_policy.h 38 template<typename _Key, typename _Value, typename _Alloc,
55 template<typename _Key, typename _Value,
83 template <typename _Key, typename _Hash>
85 noexcept(declval<const _Hash&>()(declval<const _Key&>()))>
419 template<typename _Key, typename _Value, typename _Alloc,
427 template<typename _Key, typename _Pair, typename _Alloc, typename _Equal,
430 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
437 template<typename _Key, typename _Pair, typename _Alloc, typename _Equal,
440 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
444 using __hashtable_base = __detail::_Hashtable_base<_Key, _Pair
    [all...]
stl_map.h 76 * @tparam _Key Type of key objects.
78 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
80 * allocator<pair<const _Key, _Tp>.
94 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
99 typedef _Key key_type;
101 typedef std::pair<const _Key, _Tp> value_type;
109 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 331 template<typename _Key, typename _Val, typename _KeyOfValue,
343 typedef _Key key_type;
523 static const _Key&
547 static const _Key&
632 const _Key& __k);
636 const _Key& __k) const;
640 const _Key& __k);
644 const _Key& __k) const;
904 template<typename _Key, typename _Val, typename _KeyOfValue,
907 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x
    [all...]
hashtable_policy.h 38 template<typename _Key, typename _Value, typename _Alloc,
55 template<typename _Key, typename _Value,
83 template <typename _Key, typename _Hash>
85 noexcept(declval<const _Hash&>()(declval<const _Key&>()))>
419 template<typename _Key, typename _Value, typename _Alloc,
427 template<typename _Key, typename _Pair, typename _Alloc, typename _Equal,
430 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
437 template<typename _Key, typename _Pair, typename _Alloc, typename _Equal,
440 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
444 using __hashtable_base = __detail::_Hashtable_base<_Key, _Pair
    [all...]
stl_map.h 76 * @tparam _Key Type of key objects.
78 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
80 * allocator<pair<const _Key, _Tp>.
94 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
99 typedef _Key key_type;
101 typedef std::pair<const _Key, _Tp> value_type;
109 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tree.h 331 template<typename _Key, typename _Val, typename _KeyOfValue,
343 typedef _Key key_type;
523 static const _Key&
547 static const _Key&
632 const _Key& __k);
636 const _Key& __k) const;
640 const _Key& __k);
644 const _Key& __k) const;
904 template<typename _Key, typename _Val, typename _KeyOfValue,
907 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x
    [all...]
hashtable_policy.h 38 template<typename _Key, typename _Value, typename _Alloc,
55 template<typename _Key, typename _Value,
83 template <typename _Key, typename _Hash>
85 noexcept(declval<const _Hash&>()(declval<const _Key&>()))>
419 template<typename _Key, typename _Value, typename _Alloc,
427 template<typename _Key, typename _Pair, typename _Alloc, typename _Equal,
430 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
437 template<typename _Key, typename _Pair, typename _Alloc, typename _Equal,
440 struct _Map_base<_Key, _Pair, _Alloc, _Select1st, _Equal,
444 using __hashtable_base = __detail::_Hashtable_base<_Key, _Pair
    [all...]
stl_map.h 76 * @tparam _Key Type of key objects.
78 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
80 * allocator<pair<const _Key, _Tp>.
94 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
99 typedef _Key key_type;
101 typedef std::pair<const _Key, _Tp> value_type;
109 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 48 // _Key and _Value: arbitrary CopyConstructible types.
55 // and returns a value of type _Key.
70 // whose argument types are _Key and size_t and whose result type is
101 template<typename _Key, typename _Value, typename _Allocator,
110 _Hashtable<_Key, _Value, _Allocator,
117 public __detail::_Hash_code_base<_Key, _Value, _ExtractKey, _Equal,
119 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys,
120 _Hashtable<_Key, _Value, _Allocator,
131 typedef _Key key_type;
418 template<typename _Key, typename _Value
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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/current/sources/cxx-stl/stlport/stlport/stl/
_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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_map.h 76 * @tparam _Key Type of key objects.
78 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
80 * allocator<pair<const _Key, _Tp>.
94 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
99 typedef _Key key_type;
101 typedef std::pair<const _Key, _Tp> value_type;
109 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
map.h 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
59 typedef _Key key_type;
61 typedef std::pair<const _Key, _Tp> value_type;
480 template<typename _Key, typename _Tp,
483 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multimap.h 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp,
48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
60 typedef _Key key_type;
62 typedef std::pair<const _Key, _Tp> value_type;
464 template<typename _Key, typename _Tp,
467 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
set.h 41 template<typename _Key, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<_Key> >
44 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>,
45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base;
58 typedef _Key key_type;
59 typedef _Key value_type;
465 template<typename _Key, typename _Compare, typename _Allocator>
467 operator==(const set<_Key, _Compare, _Allocator>& __lhs
    [all...]

Completed in 946 milliseconds

1 23 4 5 6