Home
last modified time | relevance | path

Searched refs:hash_map_type (Results 1 – 18 of 18) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/hash_map/
H A Diterator.h42 typedef HashMap hash_map_type; typedef
46 typedef typename hash_map_type::key_type key_type;
47 typedef typename hash_map_type::reference reference;
111 hash_map_iterator_base(hash_map_type* map) in hash_map_iterator_base()
116 source_(hash_map_type::src_unknown), in hash_map_iterator_base()
181 if (source_ == hash_map_type::src_internal)
274 if (source_ == hash_map_type::src_external)
385 typedef HashMap hash_map_type; typedef
418 hash_map_iterator(hash_map_type* map) in hash_map_iterator()
488 typedef HashMap hash_map_type; typedef
[all …]
H A Dutil.h434 typedef HashMap hash_map_type; typedef
435 typedef typename hash_map_type::value_type value_type;
436 typedef typename hash_map_type::source_type source_type;
437 typedef typename hash_map_type::node_type node_type;
439 typedef typename hash_map_type::internal_size_type internal_size_type;
440 typedef typename hash_map_type::external_size_type external_size_type;
472 typedef HashMap hash_map_type; typedef
475 typedef typename hash_map_type::node_type node_type;
482 hash_map_type& map_;
494 hash_map_type& map) in HashedValuesStream()
[all …]
H A Diterator_map.h31 typedef HashMap hash_map_type; typedef
32 typedef typename hash_map_type::node_type node_type;
33 typedef typename hash_map_type::source_type source_type;
34 typedef typename hash_map_type::key_type key_type;
36 typedef typename hash_map_type::internal_size_type internal_size_type;
39 typedef hash_map_iterator_base<hash_map_type> iterator_base;
74 hash_map_type* map_;
78 iterator_map(hash_map_type* map) in iterator_map()
150 (**it2fix).source_ = hash_map_type::src_external; in fix_iterators_2ext()
175 (**it2fix).source_ = hash_map_type::src_internal; in fix_iterators_2int()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/tr1/test/
H A Dtest_unordered_map.cpp33 typedef hash_map_type::key_type key_type; in main()
34 typedef hash_map_type::hasher hasher; in main()
35 typedef hash_map_type::key_equal key_equal; in main()
36 typedef hash_map_type::local_iterator local_iterator; in main()
38 typedef hash_map_type::value_type value_type; in main()
39 typedef hash_map_type::iterator iterator; in main()
40 typedef hash_map_type::const_iterator const_iterator; in main()
41 typedef hash_map_type::size_type size_type; in main()
42 typedef hash_map_type::allocator_type allocator_type; in main()
54 hash_map_type x1(n, hf, eq, a); in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/tr1/test/
H A Dtest_unordered_map.cpp33 typedef hash_map_type::key_type key_type; in main()
34 typedef hash_map_type::hasher hasher; in main()
35 typedef hash_map_type::key_equal key_equal; in main()
36 typedef hash_map_type::local_iterator local_iterator; in main()
38 typedef hash_map_type::value_type value_type; in main()
39 typedef hash_map_type::iterator iterator; in main()
40 typedef hash_map_type::const_iterator const_iterator; in main()
41 typedef hash_map_type::size_type size_type; in main()
42 typedef hash_map_type::allocator_type allocator_type; in main()
54 hash_map_type x1(n, hf, eq, a); in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/tr1/test/
H A Dtest_unordered_map.cpp33 typedef hash_map_type::key_type key_type; in main()
34 typedef hash_map_type::hasher hasher; in main()
35 typedef hash_map_type::key_equal key_equal; in main()
36 typedef hash_map_type::local_iterator local_iterator; in main()
38 typedef hash_map_type::value_type value_type; in main()
39 typedef hash_map_type::iterator iterator; in main()
40 typedef hash_map_type::const_iterator const_iterator; in main()
41 typedef hash_map_type::size_type size_type; in main()
42 typedef hash_map_type::allocator_type allocator_type; in main()
54 hash_map_type x1(n, hf, eq, a); in main()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/tr1/test/
H A Dtest_unordered_map.cpp33 typedef hash_map_type::key_type key_type; in main()
34 typedef hash_map_type::hasher hasher; in main()
35 typedef hash_map_type::key_equal key_equal; in main()
36 typedef hash_map_type::local_iterator local_iterator; in main()
38 typedef hash_map_type::value_type value_type; in main()
39 typedef hash_map_type::iterator iterator; in main()
40 typedef hash_map_type::const_iterator const_iterator; in main()
41 typedef hash_map_type::size_type size_type; in main()
42 typedef hash_map_type::allocator_type allocator_type; in main()
54 hash_map_type x1(n, hf, eq, a); in main()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/tr1/test/
H A Dtest_unordered_map.cpp33 typedef hash_map_type::key_type key_type; in main()
34 typedef hash_map_type::hasher hasher; in main()
35 typedef hash_map_type::key_equal key_equal; in main()
36 typedef hash_map_type::local_iterator local_iterator; in main()
38 typedef hash_map_type::value_type value_type; in main()
39 typedef hash_map_type::iterator iterator; in main()
40 typedef hash_map_type::const_iterator const_iterator; in main()
41 typedef hash_map_type::size_type size_type; in main()
42 typedef hash_map_type::allocator_type allocator_type; in main()
54 hash_map_type x1(n, hf, eq, a); in main()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhash_join_buffer.h314 using hash_map_type = mem_root_unordered_multimap<Key, BufferRow, KeyHasher>; variable
316 using hash_map_iterator = hash_map_type::const_iterator;
349 unique_ptr_destroy_only<hash_map_type> m_hash_map;
H A Dhash_join_buffer.cc358 hash_map_type(&m_mem_root, KeyHasher(hash_seed))); in Init()
360 my_error(ER_OUTOFMEMORY, MYF(ME_FATALERROR), sizeof(hash_map_type)); in Init()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dprefetch_pool.h57 typedef typename compat_hash_map<bid_type, busy_entry, bid_hash>::result hash_map_type; typedef
59 typedef typename hash_map_type::iterator busy_blocks_iterator;
64 hash_map_type busy_blocks;
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_concurrent_hash_map.cpp395 using hash_map_type = tbb::concurrent_hash_map<allocator_data_type, allocator_data_type, in TestScopedAllocator() typedef
401 hash_map_type map1(allocator), map2(allocator); in TestScopedAllocator()
403 hash_map_type::value_type v1(key1, data1), v2(key2, data2); in TestScopedAllocator()
425 hash_map_type::accessor a; in TestScopedAllocator()
432 hash_map_type map3(allocator); in TestScopedAllocator()
514 template <typename hash_map_type, typename iterator>
515 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/rml/server/
H A Drml_server.cpp877 typedef ::std::hash_map<uintptr_t,server_thread*> hash_map_type; typedef in rml::internal::thread_map
887 hash_map_type my_map;
925 for( hash_map_type::const_iterator hi=my_map.begin(); hi!=my_map.end(); ++hi ) { in ~thread_map()
946 typedef hash_map_type::key_type key_type;
947 typedef hash_map_type::value_type value_type;
948 typedef hash_map_type::iterator iterator;
2715 my_map.insert( hash_map_type::value_type( (key_type) vproots[c], (server_thread*)1 ) ); in request_close_connection()
2733 …typedef ::std::vector<std::pair<hash_map_type::key_type, hash_map_type::mapped_type> > hash_val_ve… in request_close_connection()
2742 v_vec[c] = hash_map_type::value_type( (key_type) vpr, t ); in request_close_connection()
2844 …my_map.insert( hash_map_type::value_type( (key_type) vprocs[c], static_cast<server_thread*>(0) ) ); in request_close_connection()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp1385 template<typename hash_map_type, typename iterator>
1386 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal()
1538 custom_hash_compare, allocator_type> hash_map_type; in TestScopedAllocator() typedef
1543 hash_map_type map1(allocator), map2(allocator); in TestScopedAllocator()
1545 hash_map_type::value_type v1(key1, data1), v2(key2, data2); in TestScopedAllocator()
1567 hash_map_type::accessor a; in TestScopedAllocator()
1574 hash_map_type map3(allocator); in TestScopedAllocator()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp1385 template<typename hash_map_type, typename iterator>
1386 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal()
1538 custom_hash_compare, allocator_type> hash_map_type; in TestScopedAllocator() typedef
1543 hash_map_type map1(allocator), map2(allocator); in TestScopedAllocator()
1545 hash_map_type::value_type v1(key1, data1), v2(key2, data2); in TestScopedAllocator()
1567 hash_map_type::accessor a; in TestScopedAllocator()
1574 hash_map_type map3(allocator); in TestScopedAllocator()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_hash_map.cpp1385 template<typename hash_map_type, typename iterator>
1386 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal()
1538 custom_hash_compare, allocator_type> hash_map_type; in TestScopedAllocator() typedef
1543 hash_map_type map1(allocator), map2(allocator); in TestScopedAllocator()
1545 hash_map_type::value_type v1(key1, data1), v2(key2, data2); in TestScopedAllocator()
1567 hash_map_type::accessor a; in TestScopedAllocator()
1574 hash_map_type map3(allocator); in TestScopedAllocator()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/btree/
H A Dnode_cache.h85 typedef typename compat_hash_map<bid_type, int_type, bid_hash>::result hash_map_type; typedef
88 typedef hash_map_type bid2node_type;
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_concurrent_hash_map.cpp591 template <typename hash_map_type, typename iterator>
592 static bool equal(hash_map_type const& c, iterator begin, iterator end){ in equal()