Home
last modified time | relevance | path

Searched defs:lower_bound (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dsafe_map.h76 iterator lower_bound(const K& k) { return map_.lower_bound(k); } in lower_bound() function
77 const_iterator lower_bound(const K& k) const { return map_.lower_bound(k); } in lower_bound() function