Searched refs:__flat_set_utils (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__flat_set/ |
| H A D | utils.h | 35 struct __flat_set_utils { struct
|
| H A D | flat_multiset.h | 88 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 D | flat_set.h | 85 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()
|