Home
last modified time | relevance | path

Searched refs:pos_first_new (Results 1 - 1 of 1) sorted by relevance

/third_party/gn/src/base/containers/
H A Dflat_tree.h745 difference_type pos_first_new = original_size; in insert() local
754 pos_first_new = in insert()
755 std::min(pos_first_new, std::distance(begin(), result.first)); in insert()
763 pos_first_new = in insert()
764 std::min(pos_first_new, std::distance(begin(), result.first)); in insert()
773 std::inplace_merge(std::next(begin(), pos_first_new), middle(), end(), in insert()

Completed in 2 milliseconds