Home
last modified time | relevance | path

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

/art/libartbase/base/
Dsafe_map.h37 typedef typename ::std::map<K, V, Comparator, Allocator>::key_compare key_compare; typedef
49 explicit SafeMap(const key_compare& cmp, const allocator_type& allocator = allocator_type())
59 key_compare key_comp() const { return map_.key_comp(); } in key_comp()