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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 39 template<class _Key, class _Tp,
40 class _Hash = hash<_Key>,
41 class _Pred = std::equal_to<_Key>,
42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 __not_<__and_<is_integral<_Key>, is_empty<_Hash>,
46 __detail::__is_noexcept_hash<_Key, _Hash>>>::value>
48 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
49 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
55 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 39 template<class _Key, class _Tp,
40 class _Hash = hash<_Key>,
41 class _Pred = std::equal_to<_Key>,
42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 __not_<__and_<is_integral<_Key>, is_empty<_Hash>,
46 __detail::__is_noexcept_hash<_Key, _Hash>>>::value>
48 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
49 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
55 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_map.h 39 template<class _Key, class _Tp,
40 class _Hash = hash<_Key>,
41 class _Pred = std::equal_to<_Key>,
42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
45 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
46 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
52 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
53 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_map.h 39 template<class _Key, class _Tp,
40 class _Hash = hash<_Key>,
41 class _Pred = std::equal_to<_Key>,
42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
45 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
46 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
52 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
53 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 39 template<class _Key, class _Tp,
40 class _Hash = hash<_Key>,
41 class _Pred = std::equal_to<_Key>,
42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
45 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
46 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
52 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
53 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_map.h 39 template<class _Key, class _Tp,
40 class _Hash = hash<_Key>,
41 class _Pred = std::equal_to<_Key>,
42 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
45 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
46 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
52 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
53 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_map.h 38 template<class _Key, class _Tp,
39 class _Hash = hash<_Key>,
40 class _Pred = std::equal_to<_Key>,
41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
44 : public _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
45 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred,
51 typedef _Hashtable<_Key, std::pair<const _Key, _Tp>, _Alloc,
52 std::_Select1st<std::pair<const _Key, _Tp> >, _Pred
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_tree.h 331 template<typename _Key, typename _Val, typename _KeyOfValue,
343 typedef _Key key_type;
523 static const _Key&
547 static const _Key&
632 const _Key& __k);
636 const _Key& __k) const;
640 const _Key& __k);
644 const _Key& __k) const;
901 template<typename _Key, typename _Val, typename _KeyOfValue,
904 operator==(const _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __x
    [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...]
  /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...]
  /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...]
  /prebuilts/ndk/9/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...]
  /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...]

Completed in 801 milliseconds

1 2 3 4 5 6 7 8 91011>>