Home
last modified time | relevance | path

Searched refs:flat_multiset (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dflat_multiset.h84 class flat_multiset {
86 friend class flat_multiset; variable
103 …using iterator = __ra_iterator<flat_multiset, typename _KeyContainer::const_iterator…
111 …_LIBCPP_HIDE_FROM_ABI flat_multiset() noexcept(is_nothrow_default_constructible_v<_KeyContainer> && in flat_multiset() function
115 _LIBCPP_HIDE_FROM_ABI flat_multiset(const flat_multiset&) = default;
120 _LIBCPP_HIDE_FROM_ABI flat_multiset(flat_multiset&& __other) noexcept( in flat_multiset() function
137 …_LIBCPP_HIDE_FROM_ABI explicit flat_multiset(const key_compare& __comp) : __keys_(), __compare_(__… in flat_multiset() function
139 …_LIBCPP_HIDE_FROM_ABI explicit flat_multiset(container_type __keys, const key_compare& __comp = ke…
145flat_multiset(sorted_equivalent_t, container_type __keys, const key_compare& __comp = key_compare(…
153flat_multiset(_InputIterator __first, _InputIterator __last, const key_compare& __comp = key_compa…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dflat_set35 // [flat.multiset], class template flat_multiset
37 class flat_multiset;
43 struct uses_allocator<flat_multiset<Key, Compare, KeyContainer>, Allocator>;
45 // [flat.multiset.erasure], erasure for flat_multiset
47 typename flat_multiset<Key, Compare, KeyContainer>::size_type
48 erase_if(flat_multiset<Key, Compare, KeyContainer>& c, Predicate pred);
60 # include <__flat_set/flat_multiset.h>
H A Dmodule.modulemap.in1315 header "__flat_set/flat_multiset.h"
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dflat_set.inc24 using std::flat_multiset;
H A Dflat_set.cppm
/freebsd/lib/libc++/
H A Dlibcxx.imp371 { include: [ "<__flat_set/flat_multiset.h>", "private", "<flat_set>", "public" ] },
H A DMakefile1519 FLS_HEADERS+= flat_multiset.h
H A Dmodule.modulemap1315 header "__flat_set/flat_multiset.h"
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1271 SYMBOL(flat_multiset, std::, <flat_set>)