Home
last modified time | relevance | path

Searched refs:find_with_key (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_join_node.h282 res = my_hash_buffer.find_with_key(kk, mv0);
286 res = my_hash_buffer.find_with_key(kk, mv0);
294 res = my_hash_buffer.find_with_key(kk, mv0);
302 res = my_hash_buffer.find_with_key(kk, mv0);
310 res = my_hash_buffer.find_with_key(kk, mv0);
314 res = my_hash_buffer.find_with_key(kk, mv0);
337 res = my_hash_buffer.find_with_key(kk, mv0);
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_tagged_buffer_impl.h228 bool find_with_key( const Knoref& k, value_type &v) { in find_with_key() function
H A D_flow_graph_join_impl.h578 if(!this->find_with_key(my_join->current_key, *(current->my_arg))) {