Searched refs:other_prev (Results 1 – 1 of 1) sorted by relevance
112 T* other_prev = other->list_node().prev(); in InsertBefore() local114 element->list_node().set_prev(other_prev); in InsertBefore()116 if (other_prev) { in InsertBefore()117 other_prev->list_node().set_next(element); in InsertBefore()