HomeSort by relevance Sort by last modified time
    Searched full:_key (Results 101 - 125 of 229) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/ndk/android-ndk-r5/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...]
_map.h 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> ),
43 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
46 : public __stlport_class<map<_Key, _Tp, _Compare, _Alloc> >
49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
54 typedef _Key key_type;
57 typedef pair<_STLP_CONST _Key, _Tp> value_type;
62 friend class map<_Key,_Tp,_Compare,_Alloc>;
78 value_type, _STLP_SELECT1ST(value_type, _Key),
235 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> )
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_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...]
_map.h 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> ),
43 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
46 : public __stlport_class<map<_Key, _Tp, _Compare, _Alloc> >
49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
54 typedef _Key key_type;
57 typedef pair<_STLP_CONST _Key, _Tp> value_type;
62 friend class map<_Key,_Tp,_Compare,_Alloc>;
78 value_type, _STLP_SELECT1ST(value_type, _Key),
235 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> )
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_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...]
_map.h 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> ),
43 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
46 : public __stlport_class<map<_Key, _Tp, _Compare, _Alloc> >
49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
54 typedef _Key key_type;
57 typedef pair<_STLP_CONST _Key, _Tp> value_type;
62 friend class map<_Key,_Tp,_Compare,_Alloc>;
78 value_type, _STLP_SELECT1ST(value_type, _Key),
235 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
unordered_map 44 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
52 template<typename _Key, typename _Tp,
53 typename _Hash = std::hash<_Key>,
54 typename _Pred = std::equal_to<_Key>,
55 typename _Alloc = std::allocator<_Key> >
238 operator[](const _Key& __k)
247 operator[](_Key&& __k)
299 template<typename _Key, typename _Tp, typename _Hash,
302 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
303 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/profile/
unordered_map 44 #define _GLIBCXX_BASE unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>
52 template<typename _Key, typename _Tp,
53 typename _Hash = std::hash<_Key>,
54 typename _Pred = std::equal_to<_Key>,
55 typename _Alloc = std::allocator<_Key> >
238 operator[](const _Key& __k)
247 operator[](_Key&& __k)
299 template<typename _Key, typename _Tp, typename _Hash,
302 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
303 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/bits/
hashtable_policy.h 504 template<typename _Key, typename _Value, typename _Ex, bool __unique,
508 template<typename _Key, typename _Pair, typename _Hashtable>
509 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
514 template<typename _Key, typename _Pair, typename _Hashtable>
515 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
520 operator[](const _Key& __k);
523 operator[](_Key&& __k);
528 at(const _Key& __k);
531 at(const _Key& __k) const;
534 template<typename _Key, typename _Pair, typename _Hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable_policy.h 504 template<typename _Key, typename _Value, typename _Ex, bool __unique,
508 template<typename _Key, typename _Pair, typename _Hashtable>
509 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
514 template<typename _Key, typename _Pair, typename _Hashtable>
515 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
520 operator[](const _Key& __k);
523 operator[](_Key&& __k);
528 at(const _Key& __k);
531 at(const _Key& __k) const;
534 template<typename _Key, typename _Pair, typename _Hashtable
    [all...]
  /external/stlport/stlport/stl/
_map.h 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> ),
43 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
46 : public __stlport_class<map<_Key, _Tp, _Compare, _Alloc> >
49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
54 typedef _Key key_type;
57 typedef pair<_STLP_CONST _Key, _Tp> value_type;
62 friend class map<_Key,_Tp,_Compare,_Alloc>;
78 value_type, _STLP_SELECT1ST(value_type, _Key),
235 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> )
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 42 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> ),
43 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
46 : public __stlport_class<map<_Key, _Tp, _Compare, _Alloc> >
49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
54 typedef _Key key_type;
57 typedef pair<_STLP_CONST _Key, _Tp> value_type;
62 friend class map<_Key,_Tp,_Compare,_Alloc>;
78 value_type, _STLP_SELECT1ST(value_type, _Key),
235 template <class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less<_Key> )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 531 template<typename _Key, typename _Value, typename _Ex, bool __unique,
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>
547 operator[](const _Key& __k);
553 at(const _Key& __k);
556 at(const _Key& __k) const;
560 template<typename _Key, typename _Pair, typename _Hashtable>
561 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 531 template<typename _Key, typename _Value, typename _Ex, bool __unique,
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>
547 operator[](const _Key& __k);
553 at(const _Key& __k);
556 at(const _Key& __k) const;
560 template<typename _Key, typename _Pair, typename _Hashtable>
561 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 531 template<typename _Key, typename _Value, typename _Ex, bool __unique,
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>
547 operator[](const _Key& __k);
553 at(const _Key& __k);
556 at(const _Key& __k) const;
560 template<typename _Key, typename _Pair, typename _Hashtable>
561 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 531 template<typename _Key, typename _Value, typename _Ex, bool __unique,
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>
547 operator[](const _Key& __k);
553 at(const _Key& __k);
556 at(const _Key& __k) const;
560 template<typename _Key, typename _Pair, typename _Hashtable>
561 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>
    [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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]

Completed in 468 milliseconds

1 2 3 45 6 7 8 910