Home
last modified time | relevance | path

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

/art/libartbase/base/
Diteration_range.h35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
38 iterator end() const { return last_; } in end()
40 iterator cend() const { return last_; } in cend()
44 iterator last_; variable
Dbit_table.h250 --this->last_; in pop_back()