Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dutils.h32 struct __flat_map_utils { struct
H A Dflat_multimap.h447 return __flat_map_utils::__emplace_exact_pos( in emplace()
489 return __flat_map_utils::__emplace_exact_pos( in emplace_hint()
773 … size_t __num_appended = __flat_map_utils::__append(*this, std::move(__first), std::move(__last)); in __append_sort_merge()
852 friend __flat_map_utils; variable
H A Dflat_map.h944 …size_t __num_of_appended = __flat_map_utils::__append(*this, std::move(__first), std::move(__last)… in __append_sort_merge_unique()
1022 __flat_map_utils::__emplace_exact_pos( in __try_emplace()
1050 return {__flat_map_utils::__emplace_exact_pos( in __try_emplace_hint()
1112 friend __flat_map_utils; variable