Home
last modified time | relevance | path

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

/art/compiler/utils/
Dintrusive_forward_list.h319 iterator other_prev = other.before_begin(); in merge() local
324 splice_after(prev, other, other_prev); in merge()
331 DCHECK(++const_iterator(other_prev) == other_current); in merge()