Home
last modified time | relevance | path

Searched refs:key_compare (Results 1 – 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
D_map.h58 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS()
159 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS()
251 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS()
345 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS()
D_set.h56 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS()
147 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS()
227 typedef _Compare key_compare; in _STLP_CREATE_ITERATOR_TRAITS() typedef
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare, in _STLP_CREATE_ITERATOR_TRAITS()
318 key_compare key_comp() const { return _M_t.key_comp(); } in _STLP_CREATE_ITERATOR_TRAITS()
/external/stlport/stlport/stl/pointers/
D_set.h77 typedef _Compare key_compare;
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;
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
459 key_compare key_comp() const { return _M_t.key_comp(); }
/external/chromium_org/third_party/angle/src/compiler/
DCommon.h74 …locator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) {} in TMap()
/external/openssh/
Dauthfile.c901 int (*key_compare)(const Key *, const Key *) = strict_type ? in key_in_file() local
936 if (key_compare(key, pub)) { in key_in_file()
/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache.cc882 int key_compare = search_key.compare(sorted_keys_[i]); in FindPositionForProfile() local
883 if (key_compare < 0) in FindPositionForProfile()
/external/chromium_org/base/containers/
Dsmall_map.h140 typename M::key_compare comp; in operator()
/external/chromium_org/v8/src/
Dhydrogen.cc1447 IfBuilder key_compare(this); in BuildUncheckedDictionaryElementLoadHelper() local
1448 key_compare.IfNot<HCompareObjectEqAndBranch>(key, candidate_key); in BuildUncheckedDictionaryElementLoadHelper()
1449 key_compare.Then(); in BuildUncheckedDictionaryElementLoadHelper()
1455 key_compare.Deopt("probes exhausted in keyed load dictionary lookup"); in BuildUncheckedDictionaryElementLoadHelper()
1461 key_compare.Else(); in BuildUncheckedDictionaryElementLoadHelper()
1492 key_compare.End(); in BuildUncheckedDictionaryElementLoadHelper()