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

1 23 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
map.h 45 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
46 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
48 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
54 typedef _Key key_type;
56 typedef std::pair<const _Key, _Tp> value_type;
457 template<typename _Key, typename _Tp,
460 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
461 const map<_Key, _Tp, _Compare, _Allocator>& __rhs
    [all...]
multimap.h 39 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
48 typedef _Key key_type;
50 typedef std::pair<const _Key, _Tp> value_type;
328 template<typename _Key, typename _Tp,
331 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
332 const multimap<_Key, _Tp, _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/
map.h 45 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
46 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
48 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>
50 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
54 typedef _Key key_type;
56 typedef std::pair<const _Key, _Tp> value_type;
457 template<typename _Key, typename _Tp,
460 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs,
461 const map<_Key, _Tp, _Compare, _Allocator>& __rhs
    [all...]
multimap.h 39 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>
44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
48 typedef _Key key_type;
50 typedef std::pair<const _Key, _Tp> value_type;
328 template<typename _Key, typename _Tp,
331 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
332 const multimap<_Key, _Tp, _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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
hashtable.h 89 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
93 template<class _Val, class _Key, class _HashFcn,
97 template<class _Val, class _Key, class _HashFcn,
101 template<class _Val, class _Key, class _HashFcn,
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
107 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
110 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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hash_map 82 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
83 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
87 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
88 _Select1st<pair<const _Key, _Tp> >,
269 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
271 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
272 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
275 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
hashtable.h 91 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
95 template<class _Val, class _Key, class _HashFcn,
99 template<class _Val, class _Key, class _HashFcn,
103 template<class _Val, class _Key, class _HashFcn,
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
109 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
112 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
155 template<class _Val, class _Key, class _HashFcn,
159 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
161 typedef _Hashtable_iterator<_Val,_Key,_HashFcn
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
hash_map 82 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
83 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
87 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
88 _Select1st<pair<const _Key, _Tp> >,
269 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
271 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
272 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
275 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hash_map 82 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
83 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
87 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
88 _Select1st<pair<const _Key, _Tp> >,
269 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
271 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
272 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
275 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
hashtable.h 91 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
95 template<class _Val, class _Key, class _HashFcn,
99 template<class _Val, class _Key, class _HashFcn,
103 template<class _Val, class _Key, class _HashFcn,
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
109 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
112 typedef _Hashtable_const_iterator<_Val, _Key, _HashFcn,
155 template<class _Val, class _Key, class _HashFcn,
159 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
161 typedef _Hashtable_iterator<_Val,_Key,_HashFcn
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
hash_map 82 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
83 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
87 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
88 _Select1st<pair<const _Key, _Tp> >,
269 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
271 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
272 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
275 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
hashtable.h 89 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
93 template<class _Val, class _Key, class _HashFcn,
97 template<class _Val, class _Key, class _HashFcn,
101 template<class _Val, class _Key, class _HashFcn,
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
107 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
110 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/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
hashtable.h 89 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
93 template<class _Val, class _Key, class _HashFcn,
97 template<class _Val, class _Key, class _HashFcn,
101 template<class _Val, class _Key, class _HashFcn,
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
107 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
110 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/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]
hashtable.h 89 template<class _Val, class _Key, class _HashFcn, class _ExtractKey,
93 template<class _Val, class _Key, class _HashFcn,
97 template<class _Val, class _Key, class _HashFcn,
101 template<class _Val, class _Key, class _HashFcn,
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
107 typedef _Hashtable_iterator<_Val, _Key, _HashFcn,
110 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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 79 template<class _Key, class _Tp, class _HashFn = hash<_Key>,
80 class _EqualKey = equal_to<_Key>, class _Alloc = allocator<_Tp> >
84 typedef hashtable<pair<const _Key, _Tp>,_Key, _HashFn,
85 _Select1st<pair<const _Key, _Tp> >,
266 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc>
268 operator==(const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm1,
269 const hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
272 template<class _Key, class _Tp, class _HashFn, class _EqlKey, class _Alloc
    [all...]

Completed in 1378 milliseconds

1 23 4 5 6 7 8 910