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

1 2 3 4 5

  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 41 typedef KeyCompare key_compare; typedef in class:mcld::HashEntry
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/
types.pass.cpp 21 // typedef Compare key_compare;
40 static_assert((std::is_same<std::map<int, double>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/
types.pass.cpp 21 // typedef Compare key_compare;
40 static_assert((std::is_same<std::multimap<int, double>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/
types.pass.cpp 20 // typedef Compare key_compare;
21 // typedef key_compare value_compare;
39 static_assert((std::is_same<std::multiset<int>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/
types.pass.cpp 20 // typedef Compare key_compare;
21 // typedef key_compare value_compare;
39 static_assert((std::is_same<std::set<int>::key_compare, std::less<int> >::value), "");
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Common.h 86 TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) {}
  /external/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
_set.h 56 typedef _Compare key_compare; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
147 key_compare key_comp() const { return _M_t.key_comp(); }
227 typedef _Compare key_compare; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
318 key_compare key_comp() const { return _M_t.key_comp(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
_set.h 56 typedef _Compare key_compare; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
147 key_compare key_comp() const { return _M_t.key_comp(); }
227 typedef _Compare key_compare; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
318 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
_set.h 56 typedef _Compare key_compare; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
147 key_compare key_comp() const { return _M_t.key_comp(); }
227 typedef _Compare key_compare; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
318 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
_set.h 56 typedef _Compare key_compare; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
147 key_compare key_comp() const { return _M_t.key_comp(); }
227 typedef _Compare key_compare; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
318 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
_set.h 56 typedef _Compare key_compare; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
147 key_compare key_comp() const { return _M_t.key_comp(); }
227 typedef _Compare key_compare; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
318 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_map.h 58 typedef _Compare key_compare; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
159 key_compare key_comp() const { return _M_t.key_comp(); }
251 typedef _Compare key_compare; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
345 key_compare key_comp() const { return _M_t.key_comp(); }
_set.h 56 typedef _Compare key_compare; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
147 key_compare key_comp() const { return _M_t.key_comp(); }
227 typedef _Compare key_compare; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
318 key_compare key_comp() const { return _M_t.key_comp(); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 97 typedef _Compare key_compare; typedef in class:multiset
106 key_compare, _Key_alloc_type> _Rep_type;
266 key_compare
stl_set.h 102 typedef _Compare key_compare; typedef in class:set
111 key_compare, _Key_alloc_type> _Rep_type;
273 key_compare
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_multiset.h 99 typedef _Compare key_compare; typedef in class:multiset
108 key_compare, _Key_alloc_type> _Rep_type;
269 key_compare
stl_set.h 104 typedef _Compare key_compare; typedef in class:set
113 key_compare, _Key_alloc_type> _Rep_type;
276 key_compare
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_multiset.h 99 typedef _Compare key_compare; typedef in class:multiset
108 key_compare, _Key_alloc_type> _Rep_type;
269 key_compare
stl_set.h 104 typedef _Compare key_compare; typedef in class:set
113 key_compare, _Key_alloc_type> _Rep_type;
276 key_compare
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 97 typedef _Compare key_compare; typedef in class:multiset
106 key_compare, _Key_alloc_type> _Rep_type;
266 key_compare

Completed in 2402 milliseconds

1 2 3 4 5