Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp73 class test_insert_by_key { class
78 test_insert_by_key( Table &c, const value_type &value ) : my_c(c), my_value(value) {} in test_insert_by_key() function in test_insert_by_key
164 …do_default_construction_test<default_construction_present>()(test_insert_by_key<Table>( my_c, valu… in operator ()()