Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp361 std::list<pair_int_t> arr_pair_int; in TestSpecificTypes() local
363 arr_pair_int.push_back(pair_int_t(pair_key_type{i, i}, i)); in TestSpecificTypes()
365 TypeTester</*default_construction_present = */true>(arr_pair_int); in TestSpecificTypes()