HomeSort by relevance Sort by last modified time
    Searched refs:_Key (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/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...]
stl_map.h 84 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class map<_Key, _Tp, _Compare, _Alloc>;
797 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
799 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 83 template <typename _Key, typename _Tp,
84 typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
726 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /prebuilt/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...]
stl_map.h 84 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class map<_Key, _Tp, _Compare, _Alloc>;
797 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
799 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 83 template <typename _Key, typename _Tp,
84 typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
726 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /prebuilt/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...]
stl_map.h 84 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class map<_Key, _Tp, _Compare, _Alloc>;
797 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
799 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 83 template <typename _Key, typename _Tp,
84 typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
726 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /external/astl/include/
set 45 #ifdef _Key
46 #error "_Key is a macro."
55 template<class _Key>
59 typedef _Key key_type;
60 typedef _Key value_type;
63 typedef vector<_Key> impl_type;
65 typedef _Key* pointer;
66 typedef const _Key* const_pointer;
67 typedef _Key& reference;
68 typedef const _Key& const_reference
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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_D::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
54 typedef std::pair<const _Key, _Tp> value_type;
344 template<typename _Key, typename _Tp,
347 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_D::multimap<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp,
48 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
53 typedef _Key key_type;
55 typedef std::pair<const _Key, _Tp> value_type;
332 template<typename _Key, typename _Tp,
335 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multiset.h 41 template<typename _Key, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<_Key> >
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
337 template<typename _Key, typename _Compare, typename _Allocator>
339 operator==(const multiset<_Key, _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_D::set<_Key,_Compare,_Allocator>,
45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
342 template<typename _Key, typename _Compare, typename _Allocator>
344 operator==(const set<_Key, _Compare, _Allocator>& __lhs
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/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_D::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
54 typedef std::pair<const _Key, _Tp> value_type;
344 template<typename _Key, typename _Tp,
347 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_D::multimap<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp,
48 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
53 typedef _Key key_type;
55 typedef std::pair<const _Key, _Tp> value_type;
332 template<typename _Key, typename _Tp,
335 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multiset.h 41 template<typename _Key, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<_Key> >
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
337 template<typename _Key, typename _Compare, typename _Allocator>
339 operator==(const multiset<_Key, _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_D::set<_Key,_Compare,_Allocator>,
45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
342 template<typename _Key, typename _Compare, typename _Allocator>
344 operator==(const set<_Key, _Compare, _Allocator>& __lhs
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/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_D::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::map<_Key, _Tp, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
54 typedef std::pair<const _Key, _Tp> value_type;
344 template<typename _Key, typename _Tp,
347 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_D::multimap<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp,
48 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
53 typedef _Key key_type;
55 typedef std::pair<const _Key, _Tp> value_type;
332 template<typename _Key, typename _Tp,
335 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs
    [all...]
multiset.h 41 template<typename _Key, typename _Compare = std::less<_Key>,
42 typename _Allocator = std::allocator<_Key> >
44 : public _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
337 template<typename _Key, typename _Compare, typename _Allocator>
339 operator==(const multiset<_Key, _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_D::set<_Key,_Compare,_Allocator>,
45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
52 typedef _Key key_type;
53 typedef _Key value_type;
342 template<typename _Key, typename _Compare, typename _Allocator>
344 operator==(const set<_Key, _Compare, _Allocator>& __lhs
    [all...]

Completed in 1042 milliseconds

1 2 3 4