Searched refs:__umap (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunordered_map.h200 unordered_map(const unordered_map& __umap, argument
202 : _M_h(__umap._M_h, __a)
210 unordered_map(unordered_map&& __umap,
212 noexcept( noexcept(_Hashtable(std::move(__umap._M_h), __a)) )
213 : _M_h(std::move(__umap._M_h), __a)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunordered_map.h202 unordered_map(const unordered_map& __umap, argument
204 : _M_h(__umap._M_h, __a)
212 unordered_map(unordered_map&& __umap,
214 noexcept( noexcept(_Hashtable(std::move(__umap._M_h), __a)) )
215 : _M_h(std::move(__umap._M_h), __a)

Completed in 193 milliseconds