Home
last modified time | relevance | path

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

/third_party/gn/src/base/containers/
H A Dflat_tree.h451 std::stable_sort(first, last, impl_.get_value_comp()); in sort_and_unique()
456 return !impl_.get_value_comp()(lhs, rhs); in sort_and_unique()
484 const value_compare& get_value_comp() const { return *this; } in get_value_comp() function
836 return impl_.get_value_comp();

Completed in 2 milliseconds