Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dutils.h35 struct __flat_set_utils { struct
H A Dflat_multiset.h88 friend __flat_set_utils; variable
602 __flat_set_utils::__append(*this, std::forward<_Args>(__args)...); in __append_sort_merge()
616 return __flat_set_utils::__emplace_exact_pos(*this, __it, std::forward<_Kp>(__key)); in __emplace()
648 return __flat_set_utils::__emplace_exact_pos(*this, __hint, std::forward<_Kp>(__key)); in __emplace_hint()
H A Dflat_set.h85 friend __flat_set_utils; variable
681 __flat_set_utils::__append(*this, std::forward<_Args>(__args)...); in __append_sort_merge_unique()
722 …return pair<iterator, bool>(__flat_set_utils::__emplace_exact_pos(*this, __it, std::forward<_Kp>(_… in __emplace()
743 return __flat_set_utils::__emplace_exact_pos(*this, __hint, std::forward<_Kp>(__key)); in __emplace_hint()