Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction.cpp399 struct store::results_iterator::impl {
439 store::results_iterator::results_iterator( in results_iterator() function in store::results_iterator
447 store::results_iterator::~results_iterator(void) in ~results_iterator()
455 store::results_iterator&
456 store::results_iterator::operator++(void) in operator ++()
466 store::results_iterator::operator bool(void) const in operator bool()
476 store::results_iterator::test_program(void) const in test_program()
497 store::results_iterator::test_case_name(void) const in test_case_name()
507 store::results_iterator::result(void) const in result()
517 store::results_iterator::duration(void) const in duration()
[all …]
H A Dtransaction.hpp76 class results_iterator { class
83 results_iterator(std::shared_ptr< impl >);
86 ~results_iterator(void);
88 results_iterator& operator++(void);
121 results_iterator get_action_results(const int64_t);
H A Dschema_inttest.cpp85 store::results_iterator iter = transaction.get_action_results(1); in check_action_1()
176 store::results_iterator iter = transaction.get_action_results(2); in check_action_2()
304 store::results_iterator iter = transaction.get_action_results(3); in check_action_3()
400 store::results_iterator iter = transaction.get_action_results(4); in check_action_4()
H A Dtransaction_test.cpp275 store::results_iterator iter = tx.get_action_results(1); in ATF_TEST_CASE_BODY()
356 store::results_iterator iter = tx2.get_action_results(action_id); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/kyua-cli/dist/engine/drivers/
H A Dscan_action.hpp76 virtual void got_result(store::results_iterator& iter) = 0;
H A Dscan_action.cpp104 store::results_iterator iter = tx.get_action_results(action_id.get()); in drive()
H A Dscan_action_test.cpp85 void got_result(store::results_iterator& iter) in got_result()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp206 got_result(store::results_iterator& iter) in got_result()
H A Dcmd_report_html.cpp309 got_result(store::results_iterator& iter) in got_result()