Home
last modified time | relevance | path

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

/art/libartbase/base/
Diteration_range.h36 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
39 iterator end() const { return last_; } in end()
41 iterator cend() const { return last_; } in cend()
45 iterator last_; variable
Dbit_table.h251 --this->last_; in pop_back()