HomeSort by relevance Sort by last modified time
    Searched refs:_Key (Results 26 - 50 of 227) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_set.h 81 * @tparam _Key Type of key objects.
89 template<typename _Key, typename _Compare = std::less<_Key>,
90 typename _Alloc = std::allocator<_Key> >
95 __glibcxx_class_requires(_Key, _SGIAssignableConcept)
96 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
98 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept)
104 typedef _Key key_type;
105 typedef _Key value_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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;
48 typedef _Key key_type;
49 typedef _Key value_type;
322 template<typename _Key, typename _Compare, typename _Allocator>
324 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
325 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;
48 typedef _Key key_type;
49 typedef _Key value_type;
332 template<typename _Key, typename _Compare, typename _Allocator>
334 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
335 const set<_Key, _Compare, _Allocator>& __rhs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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;
48 typedef _Key key_type;
49 typedef _Key value_type;
322 template<typename _Key, typename _Compare, typename _Allocator>
324 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
325 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;
48 typedef _Key key_type;
49 typedef _Key value_type;
332 template<typename _Key, typename _Compare, typename _Allocator>
334 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
335 const set<_Key, _Compare, _Allocator>& __rhs
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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;
48 typedef _Key key_type;
49 typedef _Key value_type;
322 template<typename _Key, typename _Compare, typename _Allocator>
324 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
325 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;
48 typedef _Key key_type;
49 typedef _Key value_type;
332 template<typename _Key, typename _Compare, typename _Allocator>
334 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
335 const set<_Key, _Compare, _Allocator>& __rhs
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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;
48 typedef _Key key_type;
49 typedef _Key value_type;
323 template<typename _Key, typename _Compare, typename _Allocator>
325 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs,
326 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;
48 typedef _Key key_type;
49 typedef _Key value_type;
333 template<typename _Key, typename _Compare, typename _Allocator>
335 operator==(const set<_Key, _Compare, _Allocator>& __lhs,
336 const set<_Key, _Compare, _Allocator>& __rhs
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
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...]
  /prebuilts/ndk/6/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...]

Completed in 1974 milliseconds

12 3 4 5 6 7 8 910