Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp60 create.step_without_results(); in do_format_cell_test()
65 insert.step_without_results(); in do_format_cell_test()
122 create.step_without_results(); in ATF_TEST_CASE_BODY()
137 create.step_without_results(); in ATF_TEST_CASE_BODY()
144 insert.step_without_results(); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/store/
H A Dwrite_transaction.cpp88 stmt.step_without_results(); in put_env_vars()
137 stmt.step_without_results(); in put_metadata()
179 stmt.step_without_results(); in put_file()
269 stmt.step_without_results(); in put_context()
311 stmt.step_without_results(); in put_test_program()
348 stmt.step_without_results(); in put_test_case()
387 stmt.step_without_results(); in put_test_case_file()
433 stmt.step_without_results(); in put_result()
H A Dread_transaction_test.cpp90 stmt.step_without_results(); in ATF_TEST_CASE_BODY()
120 stmt.step_without_results(); in ATF_TEST_CASE_BODY()
141 stmt.step_without_results(); in ATF_TEST_CASE_BODY()
H A Ddbtypes_test.cpp68 insert.step_without_results(); in do_ok_test()
94 insert.step_without_results(); in do_invalid_test()
H A Dmigrate.cpp182 start_time_stmt.step_without_results(); in chunk_database()
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.hpp95 void step_without_results(void);
H A Dstatement.cpp174 sqlite::statement::step_without_results(void) in step_without_results() function in sqlite::statement
H A Dstatement_test.cpp89 stmt.step_without_results(); in ATF_TEST_CASE_BODY()
102 REQUIRE_API_ERROR("sqlite3_step", stmt.step_without_results()); in ATF_TEST_CASE_BODY()