Home
last modified time | relevance | path

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

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