Searched refs:p_count (Results 1 – 6 of 6) sorted by relevance
212 test_case_counter() : p_count( 0 ) {} in test_case_counter()214 BOOST_READONLY_PROPERTY( counter_t, (test_case_counter)) p_count;
89 (*s_pm_impl().m_progress_display) += tcc.p_count;
405 BOOST_TEST_SETUP_ASSERT( tcc.p_count != 0 , runtime_config::test_to_run().is_empty() 419 em.execute( ut_detail::test_start_caller( to, tcc.p_count ) );
238 tr.p_test_cases_skipped.value = tcc.p_count;
247 ++p_count.value;
74 static int p_count(struct parse *);407 count = p_count(p); in p_ere_exp()410 count2 = p_count(p); in p_ere_exp()578 count = p_count(p); in p_simp_re()581 count2 = p_count(p); in p_simp_re()604 p_count(struct parse *p) in p_count() function