Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp668 const tbb::concurrent_vector<int> cvec(vec);
671 CHECK(reduce_vector(cvec.range()) == final_sum);
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp1410 const vector_type& cvec = vec; in TestVectorIteratorComparisons() local
1411 TestVectorIteratorComparisonsBasic<typename vector_type::const_iterator>(cvec); in TestVectorIteratorComparisons()