Searched refs:hash_buffer (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_tagged_buffer_impl.h | 48 class hash_buffer : public HashCompare { 177 hash_buffer() : my_key(nullptr), my_size(INITIAL_SIZE), nelements(0) { in hash_buffer() function 181 ~hash_buffer() { in ~hash_buffer() 186 hash_buffer(const hash_buffer&) = delete; 187 hash_buffer& operator=(const hash_buffer&) = delete;
|
| H A D | _flow_graph_join_impl.h | 525 … public hash_buffer< typename TraitsType::K, typename TraitsType::T, typename TraitsType::TtoK, 536 … typedef hash_buffer< key_type, input_type, type_to_key_func_type, hash_compare_type > buffer_type; 820 public hash_buffer< // typedefed below to key_to_count_buffer_type 844 …typedef hash_buffer< unref_key_type&, count_element_type, TtoK_function_body_type, key_hash_compar…
|
| /oneTBB/test/tbb/ |
| H A D | test_join_node.h | 249 using tbb::detail::d1::hash_buffer; 262 hash_buffer<
|