Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dnode_handling_support.h237 void test_insert( Container table, const typename Container::value_type& value ) { in test_insert() function
277 test_insert(container, new_value); in test_node_handling()
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp416 struct test_insert { struct
440 test_initializer_list_support_without_assign<ch_map_type, test_insert>( pairs_il ); in TestInitList() argument
441 test_initializer_list_support_without_assign<ch_map_type, test_insert>( {} ); in TestInitList()