Home
last modified time | relevance | path

Searched refs:__unique_keys (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dhashtable_policy.h248 using __unique_keys = __bool_constant<_Unique_keys>; in _GLIBCXX_VISIBILITY()
704 bool _Unique_keys = _Traits::__unique_keys::value> in _GLIBCXX_VISIBILITY()
862 using __unique_keys = typename _Traits::__unique_keys; in _GLIBCXX_VISIBILITY()
888 using __ireturn_type = __conditional_t<__unique_keys::value, in _GLIBCXX_VISIBILITY()
897 return __h._M_insert(__v, __node_gen, __unique_keys{}); in _GLIBCXX_VISIBILITY()
905 return __h._M_insert(__hint, __v, __node_gen, __unique_keys{}); in _GLIBCXX_VISIBILITY()
940 return _M_insert_range(__first, __last, __node_gen, __unique_keys{}); in _GLIBCXX_VISIBILITY()
1028 using __unique_keys = typename __base_type::__unique_keys; in _GLIBCXX_VISIBILITY()
1039 return __h._M_insert(std::move(__v), __node_gen, __unique_keys{}); in _GLIBCXX_VISIBILITY()
1048 __unique_keys{}); in _GLIBCXX_VISIBILITY()
[all …]
Dhashtable.h267 using __unique_keys = typename __traits_type::__unique_keys; in _GLIBCXX_VISIBILITY() local
569 __unique_keys{}) in _GLIBCXX_VISIBILITY()
578 __hf, __eql, __a, __unique_keys{}) in _GLIBCXX_VISIBILITY()
611 this->_M_insert_range(__l.begin(), __l.end(), __roan, __unique_keys{}); in _GLIBCXX_VISIBILITY()
950 { return _M_emplace(__unique_keys{}, std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
956 return _M_emplace(__hint, __unique_keys{}, in _GLIBCXX_VISIBILITY()
973 { return _M_erase(__unique_keys{}, __k); } in _GLIBCXX_VISIBILITY()
1744 if (__unique_keys::value) in _GLIBCXX_VISIBILITY()
1806 if (__unique_keys::value) in _GLIBCXX_VISIBILITY()
1833 if (__unique_keys::value) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhashtable.h108 bool __unique_keys> in _GLIBCXX_VISIBILITY()
117 __unique_keys> >, in _GLIBCXX_VISIBILITY()
120 public __detail::_Map_base<_Key, _Value, _ExtractKey, __unique_keys, in _GLIBCXX_VISIBILITY()
127 __unique_keys> > in _GLIBCXX_VISIBILITY()
350 typedef typename __gnu_cxx::__conditional_type<__unique_keys, in _GLIBCXX_VISIBILITY()
354 typedef typename __gnu_cxx::__conditional_type<__unique_keys, in _GLIBCXX_VISIBILITY()
382 __unique_keys>()); } in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20202323 (_Hashtable_base<>::__unique_keys): Remove.