Home
last modified time | relevance | path

Searched refs:hash_map (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dhash_map.h49 class hash_map
51 public __gnu_debug::_Safe_sequence<hash_map<_Value, _Tp, _HashFcn,
56 typedef __gnu_debug::_Safe_sequence<hash_map> _Safe_base;
75 hash_map>
84 hash_map() { } in hash_map() function
86 explicit hash_map(size_type __n) : _Base(__n) { } in hash_map() function
95 hash_map(_InputIterator __f, _InputIterator __l) in hash_map() function
114 hash_map(const _Base& __x) : _Base(__x), _Safe_base() { } in hash_map() function
121 swap(hash_map& __x) in swap()
278 swap(hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, in swap()
[all …]
H A Dhash_map1 // Debugging hash_map/hash_multimap implementation -*- C++ -*-
31 /** @file debug/hash_map
38 #include <ext/hash_map>
39 #include <debug/hash_map.h>
/freebsd-12.1/contrib/libc++/include/ext/
H A Dhash_map23 class hash_map
51 hash_map(const hash_map&);
52 ~hash_map();
53 hash_map& operator=(const hash_map&);
524 hash_map(const hash_map& __u);
607 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
615 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
625 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
634 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
645 hash_map<_Key, _Tp, _Hash, _Pred, _Alloc>::hash_map(
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dhash_map56 /** @file ext/hash_map
82 class hash_map
124 hash_map()
128 hash_map(size_type __n)
131 hash_map(size_type __n, const hasher& __hf)
139 hash_map(_InputIterator __f, _InputIterator __l)
175 swap(hash_map& __hs)
180 operator== (const hash_map<_K1, _T1, _HF, _EqK, _Al>&,
181 const hash_map<_K1, _T1, _HF, _EqK, _Al>&);
285 hash_map<_Key, _Tp, _HashFn, _EqlKey, _Alloc>& __hm2)
[all …]
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dhash_map.h65 using __gnu_cxx::hash_map;
/freebsd-12.1/gnu/lib/libstdc++/
H A DMakefile134 function.h hash_map.h hash_set.h hashtable.h heap.h iostream.h \
144 hash_map hash_set hash_fun.h hashtable.h iterator \
184 DEBUGHDRS= bitset debug.h deque formatter.h functions.h hash_map \
185 hash_map.h hash_multimap.h hash_multiset.h hash_set hash_set.h \
/freebsd-12.1/contrib/libstdc++/include/
H A DMakefile.am175 ${backward_srcdir}/hash_map.h \
528 ${ext_srcdir}/hash_map \
690 ${debug_srcdir}/hash_map \
691 ${debug_srcdir}/hash_map.h \
H A DMakefile.in401 ${backward_srcdir}/hash_map.h \
750 ${ext_srcdir}/hash_map \
914 ${debug_srcdir}/hash_map \
915 ${debug_srcdir}/hash_map.h \
/freebsd-12.1/lib/libc++/
H A DMakefile265 EXT_HEADERS+= hash_map
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-200139 * include/ext/hash_map: Move into __gnu_cxx,
867 * include/ext/hash_map: Add @file hook.
1091 * include/ext/hash_map: Likewise.
2748 * include/backward/hash_map.h: Likewise.
2810 * include/ext/hash_map: Likewise.
3034 * include/ext/hash_map: Likewise.
4088 * include/ext/hash_map: Likewise.
4198 * include/backward/hash_map.h:
4301 * include/ext/hash_map: Likewise.
4365 * include/backward/hash_map.h: Include ext/hash_map.
[all …]
H A DChangeLog-2005223 * include/debug/hash_map.h: Same.
373 * include/backward/hash_map.h: Same.
426 * include/ext/hash_map: Same.
507 * testsuite/ext/hash_map/1.cc: Explicitly qualify __gnu_cxx::hash_map.
508 * testsuite/ext/hash_map/14648.cc: Same.
1663 * testsuite/ext/hash_map/23528.cc: New.
2893 * include/ext/hash_map: Same.
2894 * include/debug/hash_map: Fix included files to match actual files.
4339 * testsuite/ext/hash_map/1.cc: Likewise.
H A DChangeLog-20003327 * ext/hash_map, ext/hash_set, ext/slist, ext/stl_bvector.h,
4230 * ext/bvector hash_map hash_set rope ropeimpl.h slist
4244 function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h
4271 * stl/ext/hash_map (class hash_map, class hash_multimap): Get rid
4298 * stl/ext/hash_map (class hash_map, class hash_multimap):
H A DChangeLog-2006270 * include/debug/hash_map: Same.
287 * include/debug/hash_map.h: Same.
1409 * include/ext/hash_map: Remove forward declaration of equality
4586 * include/ext/hash_map: Same.
4587 * include/debug/hash_map.h (insert): Add specialization for value
4624 (PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
4735 * include/debug/hash_map.h: Same.
H A DChangeLog-20022251 * testsuite/ext/hash_map.cc: New.
2300 * include/ext/algorithm, include/ext/hash_map, include/ext/hash_set,
3853 * include/backward/hash_map.h: hash, hashtable, hash_map and
4716 include/ext/algorithm, include/ext/functional, include/ext/hash_map,
H A DChangeLog-20041403 * testsuite/ext/hash_map.cc: Move to...
1404 * testsuite/ext/hash_map/1.cc: ...here.
1406 * testsuite/ext/hash_map/14648.cc: ...here.
1407 * testsuite/ext/hash_map/instantiate.cc: Add.
3188 * include/ext/hash_map: Trivial formatting fixes.
4692 * testsuite/ext/hash_map.cc: Same.
H A DChangeLog-2003516 include/ext/hash_fun.h, include/ext/hash_map, include/ext/hash_set,
528 include/debug/formatter.h, include/debug/hash_map.h,
1293 * include/debug/hash_map: New.
1294 * include/debug/hash_map.h: New.
3352 * include/ext/hash_map (class hash_multimap): Remove extra
4696 * include/ext/hash_map: Same.
H A DChangeLog-19991754 * stl/ext/hash_map: Same
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h.pump279 // undefined (e.g. hash_map).
/freebsd-12.1/
H A DObsoleteFiles.inc7007 OLD_FILES+=usr/include/c++/3.4/backward/hash_map.h
7143 OLD_FILES+=usr/include/c++/3.4/debug/hash_map
7144 OLD_FILES+=usr/include/c++/3.4/debug/hash_map.h
7171 OLD_FILES+=usr/include/c++/3.4/ext/hash_map
7686 OLD_FILES+=usr/include/c++/3.3/backward/hash_map.h
7827 OLD_FILES+=usr/include/c++/3.3/ext/hash_map
8803 OLD_FILES+=usr/libdata/perl/5.00503/mach/g++/hash_map.ph
10364 OLD_FILES+=usr/include/g++/hash_map
10365 OLD_FILES+=usr/include/g++/hash_map.h
/freebsd-12.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc1721 OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
1858 OLD_FILES+=usr/include/c++/4.2/debug/hash_map
1859 OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
1890 OLD_FILES+=usr/include/c++/4.2/ext/hash_map
4569 OLD_FILES+=usr/include/c++/v1/ext/hash_map
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1223 …Are*()`. Therefore don't use it with containers whose element order is undefined (e.g. `hash_map`).