Lines Matching refs:elem_cnt
673 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()
693 REQUIRE( ccount == 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()
766 REQUIRE(ccount == elem_cnt); in run_cross_type_vector_tests()