Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dnode_handling_support.h203 void test_insert_overloads(Container& table_to_insert, const typename Container::value_type& value,… in test_insert_overloads() function
240 test_insert_overloads(table, value); // test insert in test_insert()
241 test_insert_overloads(table_backup, value, table_backup.begin()); // test insert with the hint in test_insert()