Searched refs:flat_multimap (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__flat_map/ |
| H A D | flat_multimap.h | 85 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 D | flat_map | 39 // [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 D | module.modulemap.in | 1294 module flat_multimap { 1295 header "__flat_map/flat_multimap.h"
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | flat_map.inc | 23 // [flat.multimap], class template flat_multimap 24 using std::flat_multimap; 29 // [flat.multimap.erasure], erasure for flat_multimap
|
| H A D | flat_map.cppm | |
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 1294 module flat_multimap { 1295 header "__flat_map/flat_multimap.h"
|
| H A D | libcxx.imp | 366 { include: [ "<__flat_map/flat_multimap.h>", "private", "<flat_map>", "public" ] },
|
| H A D | Makefile | 1507 FLM_HEADERS+= flat_multimap.h
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1270 SYMBOL(flat_multimap, std::, <flat_map>)
|