Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h111 using key_container_type = _KeyContainer; variable
127 key_container_type keys;
134 …_And<uses_allocator<key_container_type, _Allocator>, uses_allocator<mapped_container_type, _Alloca…
198key_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()
218 flat_multimap(const key_container_type& __key_cont, in flat_multimap()
230 key_container_type __key_cont,
243 const key_container_type& __key_cont, in flat_multimap()
256 const key_container_type& __key_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 Dflat_map.h111 using key_container_type = _KeyContainer; variable
128 key_container_type keys;
135 …_And<uses_allocator<key_container_type, _Allocator>, uses_allocator<mapped_container_type, _Alloca…
196key_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()
216 flat_map(const key_container_type& __key_cont, in flat_map()
228 key_container_type __key_cont,
242 const key_container_type& __key_cont, in flat_map()
256 const key_container_type& __key_cont, in flat_map()
607 replace(key_container_type&& __key_cont, mapped_container_type&& __mapped_cont) { in replace()
[all …]
H A Dutils.h42 using _KeyContainer = typename _Map::key_container_type; in __emplace_exact_pos()