Searched refs:mapped_container_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__flat_map/ |
| H A D | flat_multimap.h | 112 using mapped_container_type = _MappedContainer; variable 128 mapped_container_type values; 134 …_And<uses_allocator<key_container_type, _Allocator>, uses_allocator<mapped_container_type, _Alloca… 198 …key_container_type __key_cont, mapped_container_type __mapped_cont, const key_compare& __comp = ke… 208 …const key_container_type& __key_cont, const mapped_container_type& __mapped_cont, const _Allocator… in flat_multimap() 219 const mapped_container_type& __mapped_cont, in flat_multimap() 231 mapped_container_type __mapped_cont, 244 const mapped_container_type& __mapped_cont, in flat_multimap() 257 const mapped_container_type& __mapped_cont, in flat_multimap() 557 …_LIBCPP_HIDE_FROM_ABI void replace(key_container_type&& __key_cont, mapped_container_type&& __mapp… in replace() [all …]
|
| H A D | flat_map.h | 112 using mapped_container_type = _MappedContainer; variable 129 mapped_container_type values; 135 …_And<uses_allocator<key_container_type, _Allocator>, uses_allocator<mapped_container_type, _Alloca… 196 …key_container_type __key_cont, mapped_container_type __mapped_cont, const key_compare& __comp = ke… 206 …flat_map(const key_container_type& __key_cont, const mapped_container_type& __mapped_cont, const _… in flat_map() 217 const mapped_container_type& __mapped_cont, in flat_map() 229 mapped_container_type __mapped_cont, 243 const mapped_container_type& __mapped_cont, in flat_map() 257 const mapped_container_type& __mapped_cont, in flat_map() 607 replace(key_container_type&& __key_cont, mapped_container_type&& __mapped_cont) { in replace() [all …]
|
| H A D | utils.h | 54 using _MappedContainer = typename _Map::mapped_container_type; in __emplace_exact_pos()
|