Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp342 void TestIteratorTraits() { in TestIteratorTraits() function
366 TestIteratorTraits<test_table_type::iterator,test_table_type::value_type>(); in TestIteratorsAndRanges()
367 TestIteratorTraits<test_table_type::const_iterator,const test_table_type::value_type>(); in TestIteratorsAndRanges()
H A Dconformance_concurrent_vector.cpp598 void TestIteratorTraits() { in TestIteratorTraits() function
1496TestIteratorTraits<oneapi::tbb::concurrent_vector<move_support_tests::Foo>::iterator,move_support_…
1502TestIteratorTraits<oneapi::tbb::concurrent_vector<move_support_tests::Foo>::const_iterator,const m…
H A Dconformance_concurrent_queue.cpp220 void TestIteratorTraits() { in TestIteratorTraits() function
248 TestIteratorTraits<typename CQ::const_iterator, const move_support_tests::Foo>(); in TestIterator()
249 TestIteratorTraits<typename CQ::iterator, move_support_tests::Foo>(); in TestIterator()