Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h85 class flat_multimap {
87 friend class flat_multimap; variable
95 …using __iterator _LIBCPP_NODEBUG = __key_value_iterator<flat_multimap, _KeyContainer, _MappedConta…
118 friend flat_multimap; variable
140 _LIBCPP_HIDE_FROM_ABI flat_multimap() noexcept( in flat_multimap() function
145 _LIBCPP_HIDE_FROM_ABI flat_multimap(const flat_multimap&) = default;
150 _LIBCPP_HIDE_FROM_ABI flat_multimap(flat_multimap&& __other) noexcept( in flat_multimap() function
171 _LIBCPP_HIDE_FROM_ABI flat_multimap(const flat_multimap& __other, const _Allocator& __alloc) in flat_multimap() function
172 : flat_multimap(__ctor_uses_allocator_tag{}, in flat_multimap()
180 _LIBCPP_HIDE_FROM_ABI flat_multimap(flat_multimap&& __other, const _Allocator& __alloc) in flat_multimap() function
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dflat_map39 // [flat.multimap], class template flat_multimap
42 class flat_multimap;
49 struct uses_allocator<flat_multimap<Key, T, Compare, KeyContainer, MappedContainer>,
52 // [flat.multimap.erasure], erasure for flat_multimap
55 typename flat_multimap<Key, T, Compare, KeyContainer, MappedContainer>::size_type
56 erase_if(flat_multimap<Key, T, Compare, KeyContainer, MappedContainer>& c, Predicate pred);
66 # include <__flat_map/flat_multimap.h>
H A Dmodule.modulemap.in1294 module flat_multimap {
1295 header "__flat_map/flat_multimap.h"
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dflat_map.inc23 // [flat.multimap], class template flat_multimap
24 using std::flat_multimap;
29 // [flat.multimap.erasure], erasure for flat_multimap
H A Dflat_map.cppm
/freebsd/lib/libc++/
H A Dmodule.modulemap1294 module flat_multimap {
1295 header "__flat_map/flat_multimap.h"
H A Dlibcxx.imp366 { include: [ "<__flat_map/flat_multimap.h>", "private", "<flat_map>", "public" ] },
H A DMakefile1507 FLM_HEADERS+= flat_multimap.h
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1270 SYMBOL(flat_multimap, std::, <flat_map>)