Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp673 size_t elem_cnt = 0; in run_parallel_vector_tests() local
685 ++elem_cnt; in run_parallel_vector_tests()
687 REQUIRE( ccount == elem_cnt ); in run_parallel_vector_tests()
689 elem_cnt = 0; in run_parallel_vector_tests()
691 ++elem_cnt; in run_parallel_vector_tests()
756 size_t elem_cnt = 0; in run_cross_type_vector_tests() local
758 ++elem_cnt; in run_cross_type_vector_tests()
760 REQUIRE(ccount == elem_cnt); in run_cross_type_vector_tests()
762 elem_cnt = 0; in run_cross_type_vector_tests()
764 ++elem_cnt; in run_cross_type_vector_tests()
[all …]