Home
last modified time | relevance | path

Searched refs:__umap_hashtable (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dunordered_map.h48 using __umap_hashtable = _Hashtable<_Key, std::pair<const _Key, _Tp>, in _GLIBCXX_VISIBILITY() local
106 typedef __umap_hashtable<_Key, _Tp, _Hash, _Pred, _Alloc> _Hashtable; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20122671 * include/bits/unordered_map.h (__umap_hashtable, __ummap_hashtable):
2967 Add aliases for __umap_traits, __umap_hashtable, __ummap_traits,
2969 (unordered_map): Derive from __umap_hashtable.