Searched defs:hasher (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/hash/
H A Dchi2_quality.h58 std::hash<std::string> hasher; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/erase/
H A D54276.cc53 struct hasher struct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/
H A D54276.cc53 struct hasher struct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/
H A Dhint.cc51 struct hasher struct
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dunordered_map.h61 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_map
112 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_multimap
66 __unordered_map(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
76 __unordered_map(_InputIterator __f, _InputIterator __l, size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
117 __unordered_multimap(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
128 __unordered_multimap(_InputIterator __f, _InputIterator __l, typename _Base::size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
188 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_map
193 unordered_map(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
201 unordered_map(_InputIterator __f, _InputIterator __l, size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
240 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_multimap
245 unordered_multimap(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
254 unordered_multimap(_InputIterator __f, _InputIterator __l, typename _Base::size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
[all...]
H A Dunordered_set.h61 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_set
110 typedef typename _Base::hasher hasher; typedef in class:tr1::__unordered_multiset
66 __unordered_set(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
76 __unordered_set(_InputIterator __f, _InputIterator __l, size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
115 __unordered_multiset(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
126 __unordered_multiset(_InputIterator __f, _InputIterator __l, typename _Base::size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
181 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_set
186 unordered_set(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
194 unordered_set(_InputIterator __f, _InputIterator __l, size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
230 typedef typename _Base::hasher hasher; typedef in class:tr1::unordered_multiset
235 unordered_multiset(size_type __n = 10, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
244 unordered_multiset(_InputIterator __f, _InputIterator __l, typename _Base::size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
[all...]
H A Dhashtable_policy.h656 typedef _H1 hasher; typedef in struct:tr1::__detail::_Hash_code_base
723 typedef _H1 hasher; typedef in struct:tr1::__detail::_Hash_code_base
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/
H A Dtypedefs.cc32 typedef test_type::hasher hasher; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/
H A Dtypedefs.cc32 typedef test_type::hasher hasher; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/
H A Dtypedefs.cc33 typedef test_type::hasher hasher; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/
H A Dtypedefs.cc33 typedef test_type::hasher hasher; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_multiset_hint.cc36 struct hasher struct in namespace:__anon2473
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_map.h62 typedef typename _Ht::hasher hasher; typedef in class:hash_map
245 typedef typename _Ht::hasher hasher; typedef in class:hash_multimap
[all...]
H A Dstl_hash_set.h59 typedef typename _Ht::hasher hasher; typedef in class:hash_set
238 typedef typename _Ht::hasher hasher; typedef in class:hash_multiset
[all...]
H A Dstl_hashtable.h191 typedef _HashFcn hasher; typedef in class:hashtable
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dunordered_set.h104 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_set
136 unordered_set(size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
157 unordered_set(_InputIterator __first, _InputIterator __last, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
211 unordered_set(initializer_list<value_type> __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
778 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_multiset
810 unordered_multiset(size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
831 unordered_multiset(_InputIterator __first, _InputIterator __last, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
856 unordered_multiset(initializer_list<value_type> __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
[all...]
H A Dunordered_map.h110 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_map
142 unordered_map(size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
163 unordered_map(_InputIterator __first, _InputIterator __last, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
217 unordered_map(initializer_list<value_type> __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
863 typedef typename _Hashtable::hasher hasher; typedef in class:unordered_multimap
895 unordered_multimap(size_type __n, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
916 unordered_multimap(_InputIterator __first, _InputIterator __last, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
970 unordered_multimap(initializer_list<value_type> __l, size_type __n = 0, const hasher& __hf = hasher(), const key_equal& __eql = key_equal(), const allocator_type& __a = allocator_type()) argument
[all...]
H A Dhashtable_policy.h1148 typedef _H1 hasher; typedef in struct:_Hash_code_base
1238 typedef _H1 hasher; typedef in struct:_Hash_code_base
/haiku-buildtools/gcc/libvtv/
H A Dvtv_set.h541 HashFcn hasher; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_containers.h80 typedef typename test_type::hasher hasher; typedef in struct:__gnu_test::unordered_types
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr47416.C175 typedef H hasher; typedef in struct:boost::unordered_detail::types
181 public:typedef typename T::hasher hasher; typedef in class:boost::unordered_detail::hash_unique_table
201 typedef H hasher; typedef in class:boost::unordered_map
/haiku-buildtools/gcc/libstdc++-v3/include/backward/
H A Dhashtable.h272 typedef _HashFcn hasher; typedef in class:hashtable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dcopyprop.C28 typedef _HashFcn hasher; typedef in struct:hashtable
93 typedef typename _Ht::hasher hasher; typedef in struct:hash_map
188 typedef HashFcn hasher; typedef in class:dense_hashtable

Completed in 225 milliseconds