Searched defs:key_compare (Results 1 - 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ |
H A D | _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(); }
|
H A D | _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(); }
|
/external/stlport/stlport/stl/pointers/ |
H A D | _set.h | 77 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/chrome/browser/profiles/ |
H A D | profile_info_cache.cc | 882 int key_compare = search_key.compare(sorted_keys_[i]); local 883 if (key_compare < 0)
|
Completed in 1067 milliseconds