Searched refs:key_compare (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _set.h | 56 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()
|
D | _map.h | 58 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()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _set.h | 77 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(); }
|