Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp52 ch_map a_ch_map; in TestRangeBasedFor() local
56 a_ch_map.insert(ch_map::value_type(i,i)); in TestRangeBasedFor()
59 …REQUIRE_MESSAGE((range_based_for_accumulate(a_ch_map, pair_second_summer(), 0) == gauss_summ_of_in… in TestRangeBasedFor()