Searched refs:ok_count (Results 1 – 4 of 4) sorted by relevance
197 std::size_t ok_count = 0, not_ok_count = 0; in parse() local201 if (try_parse_result(line, ok_count, not_ok_count, bailed_out)) in parse()219 const std::size_t actual_count = ok_count + not_ok_count; in parse()224 return engine::tap_summary::new_results(plan.get(), ok_count, in parse()338 engine::tap_summary::ok_count(void) const in ok_count() function in engine::tap_summary407 output << ", ok_count=" << summary.ok_count() in operator <<()
82 ATF_REQUIRE_EQ(3, summary.ok_count()); in ATF_TEST_CASE_BODY()134 results_1.ok_count(), in ATF_TEST_CASE_BODY()144 results_1.ok_count()); in ATF_TEST_CASE_BODY()
82 std::size_t ok_count(void) const;
94 const std::size_t total = summary.ok_count() + summary.not_ok_count(); in tap_to_result()