HomeSort by relevance Sort by last modified time
    Searched full:before_last (Results 1 - 1 of 1) sorted by null

  /art/compiler/utils/
intrusive_forward_list.h 257 const_iterator before_last = first; local
258 while (++const_iterator(before_last) != last) {
259 ++before_last;
265 before_last.hook_->next_hook = position.hook_->next_hook;

Completed in 729 milliseconds