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

1 2 3 4 5 6 7 8

  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 38 typedef KeyCompare key_compare; typedef in class:mcld::HashEntry
  /external/libcxx/test/containers/associative/multiset/
types.pass.cpp 20 // typedef Compare key_compare;
21 // typedef key_compare value_compare;
42 static_assert((std::is_same<std::multiset<int>::key_compare, std::less<int> >::value), "");
56 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::key_compare, std::less<int> >::value), "");
  /external/libcxx/test/containers/associative/set/
types.pass.cpp 20 // typedef Compare key_compare;
21 // typedef key_compare value_compare;
42 static_assert((std::is_same<std::set<int>::key_compare, std::less<int> >::value), "");
56 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
types.pass.cpp 20 // typedef Compare key_compare;
21 // typedef key_compare value_compare;
42 static_assert((std::is_same<std::multiset<int>::key_compare, std::less<int> >::value), "");
56 static_assert((std::is_same<std::multiset<int, std::less<int>, min_allocator<int>>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
types.pass.cpp 20 // typedef Compare key_compare;
21 // typedef key_compare value_compare;
42 static_assert((std::is_same<std::set<int>::key_compare, std::less<int> >::value), "");
56 static_assert((std::is_same<std::set<int, std::less<int>, min_allocator<int>>::key_compare, std::less<int> >::value), "");
  /art/runtime/
safe_map.h 37 typedef typename ::std::map<K, V, Comparator, Allocator>::key_compare key_compare; typedef in class:art::SafeMap
47 explicit SafeMap(const key_compare& cmp, const allocator_type& allocator = allocator_type())
57 key_compare key_comp() const { return map_.key_comp(); }
  /external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
map.pxd 23 #map(key_compare&)
50 #key_compare key_comp()
set.pxd 23 #set(key_compare&)
48 #key_compare key_comp()
unordered_map.pxd 23 #unordered_map(key_compare&)
50 #key_compare key_comp()
unordered_set.pxd 23 #unordered_set(key_compare&)
48 #key_compare key_comp()
  /external/libcxx/test/containers/associative/map/
types.pass.cpp 21 // typedef Compare key_compare;
43 static_assert((std::is_same<std::map<int, double>::key_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), "");
  /external/libcxx/test/containers/associative/multimap/
types.pass.cpp 21 // typedef Compare key_compare;
43 static_assert((std::is_same<std::multimap<int, double>::key_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/
types.pass.cpp 21 // typedef Compare key_compare;
43 static_assert((std::is_same<std::map<int, double>::key_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/
types.pass.cpp 21 // typedef Compare key_compare;
43 static_assert((std::is_same<std::multimap<int, double>::key_compare, std::less<int> >::value), "");
57 static_assert((std::is_same<std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>>::key_compare, std::less<int> >::value), "");
  /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(); }

Completed in 698 milliseconds

1 2 3 4 5 6 7 8