HomeSort by relevance Sort by last modified time
    Searched full:_key (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
unordered_map 36 template<class _Key, class _Tp,
37 class _Hash = hash<_Key>,
38 class _Pred = std::equal_to<_Key>,
39 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
42 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
43 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
49 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
50 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_map 36 template<class _Key, class _Tp,
37 class _Hash = hash<_Key>,
38 class _Pred = std::equal_to<_Key>,
39 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
42 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
43 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
49 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
50 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_map 36 template<class _Key, class _Tp,
37 class _Hash = hash<_Key>,
38 class _Pred = std::equal_to<_Key>,
39 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
42 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
43 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
49 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
50 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
unordered_map 36 template<class _Key, class _Tp,
37 class _Hash = hash<_Key>,
38 class _Pred = std::equal_to<_Key>,
39 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
42 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
43 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
49 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
50 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [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...]
  /prebuilt/ndk/android-ndk-r7/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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 320 template<typename _Key, typename _Val, typename _KeyOfValue,
332 typedef _Key key_type;
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
479 bool operator()(const _Key& __x, const _Key& __y) const {
483 bool operator()(const _Key& __x, const _Key& __y) {
543 static const _Key&
567 static const _Key
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 320 template<typename _Key, typename _Val, typename _KeyOfValue,
332 typedef _Key key_type;
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
479 bool operator()(const _Key& __x, const _Key& __y) const {
483 bool operator()(const _Key& __x, const _Key& __y) {
543 static const _Key&
567 static const _Key
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 320 template<typename _Key, typename _Val, typename _KeyOfValue,
332 typedef _Key key_type;
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
479 bool operator()(const _Key& __x, const _Key& __y) const {
483 bool operator()(const _Key& __x, const _Key& __y) {
543 static const _Key&
567 static const _Key
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 320 template<typename _Key, typename _Val, typename _KeyOfValue,
332 typedef _Key key_type;
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
479 bool operator()(const _Key& __x, const _Key& __y) const {
483 bool operator()(const _Key& __x, const _Key& __y) {
543 static const _Key&
567 static const _Key
    [all...]
  /external/stlport/stlport/stl/
_hashtable.c 113 # define key_type _Key
117 _Key, _HF, _ExK, _EqK, _All>
119 _Key, _HF, _ExK, _EqK, _All>
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
130 template <class _Val, class _Key, class _HF,
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1
    [all...]

Completed in 802 milliseconds

1 2 3 4 5 6 7