Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp369 std::list<pair_tbb_string_int_t> arr_pair_string_int; in TestSpecificTypes() local
372 arr_pair_string_int.push_back(pair_tbb_string_int_t(key, i)); in TestSpecificTypes()
374 TypeTester</*default_construction_present = */true>(arr_pair_string_int); in TestSpecificTypes()