Searched defs:pop_back (Results 1 - 1 of 1) sorted by path

/art/runtime/base/
H A Ddchecked_vector.h29 // DCHECK()s for the subscript operator, front(), back(), pop_back(),
145 // Modifiers: pop_back(). Check not empty.
146 void pop_back() { DCHECK(!empty()); Base::pop_back(); } function in class:art::dchecked_vector

Completed in 42 milliseconds