Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp51 using ch_map = tbb::concurrent_hash_map<int,int>; in TestRangeBasedFor() typedef
52 ch_map a_ch_map; in TestRangeBasedFor()
56 a_ch_map.insert(ch_map::value_type(i,i)); in TestRangeBasedFor()
260 using ch_map = tbb::concurrent_hash_map<key_type, second_type>; in TypeTester() typedef
263 ch_map c1; in TypeTester()
270 ch_map c2( il ); in TypeTester()
275 ch_map c3( il, compare); in TypeTester()
280 ch_map c4( il, compare, typename ch_map::allocator_type()); in TypeTester()
285 ch_map c5(c1); in TypeTester()
298 ch_map c8( lst.size() ); in TypeTester()
[all …]