Searched refs:key_compare (Results 1 - 19 of 19) sorted by relevance

/external/libcxx/test/containers/associative/multiset/
H A Dtypes.pass.cpp20 // 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/
H A Dtypes.pass.cpp20 // 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), "");
/external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
H A Dmap.pxd23 #map(key_compare&)
50 #key_compare key_comp()
H A Dset.pxd23 #set(key_compare&)
48 #key_compare key_comp()
H A Dunordered_map.pxd23 #unordered_map(key_compare&)
50 #key_compare key_comp()
H A Dunordered_set.pxd23 #unordered_set(key_compare&)
48 #key_compare key_comp()
/external/libcxx/test/containers/associative/map/
H A Dtypes.pass.cpp21 // 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/
H A Dtypes.pass.cpp21 // 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/
H A D_map.h58 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(); }
H A D_set.h56 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(); }
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCommon.h78 TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) {}
/external/chromium_org/v8/src/compiler/
H A Dgraph-visualizer.cc268 all_nodes_(NodeSet::key_compare(), NodeSet::allocator_type(zone)),
269 white_nodes_(NodeSet::key_compare(), NodeSet::allocator_type(zone)),
H A Dverifier.cc49 : reached_from_start(NodeSet::key_compare(),
51 reached_from_end(NodeSet::key_compare(),
H A Dinstruction.h804 constants_(ConstantMap::key_compare(),
H A Dtyper.cc122 redo(NodeSet::key_compare(), NodeSet::allocator_type(typer->zone())) {}
/external/stlport/stlport/stl/pointers/
H A D_set.h77 typedef _Compare key_compare; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
206 key_compare key_comp() const { return _M_t.key_comp(); }
325 typedef _Compare key_compare; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
/external/chromium_org/base/containers/
H A Dsmall_map.h77 // ordering "key_compare" (std::map does), that will be used to
140 typename M::key_compare comp;
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-graph-reducer.cc186 : set(NodeSet::key_compare(), NodeSet::allocator_type(zone)) {}
631 nodes_(NodeSet::key_compare(), NodeSet::allocator_type(zone)) {}
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc930 int key_compare = search_key.compare(sorted_keys_[i]); local
931 if (key_compare < 0)

Completed in 406 milliseconds