Searched refs:put_test_program (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/kyua-cli/dist/store/ |
| D | transaction_test.cpp | 320 const int64_t tp_id = tx.put_test_program(test_program_1, action_id); in ATF_TEST_CASE_BODY() 327 const int64_t tp2_id = tx.put_test_program(test_program_1, action2_id); in ATF_TEST_CASE_BODY() 345 const int64_t tp_id = tx.put_test_program(test_program_2, action_id); in ATF_TEST_CASE_BODY() 601 const int64_t test_program_id = tx.put_test_program(test_program, 15); in ATF_TEST_CASE_BODY() 636 ATF_REQUIRE_THROW(store::error, tx.put_test_program(test_program, -1)); in ATF_TEST_CASE_BODY() 691 test_program_id = tx.put_test_program(test_program, 15); in ATF_TEST_CASE_BODY()
|
| D | transaction.hpp | 127 int64_t put_test_program(const engine::test_program&, const int64_t);
|
| D | transaction.cpp | 815 store::transaction::put_test_program(const engine::test_program& test_program, in put_test_program() function in store::transaction
|
| /netbsd/src/external/bsd/kyua-cli/dist/engine/drivers/ |
| D | run_tests.cpp | 120 const int64_t test_program_id = tx.put_test_program(program, action_id); in run_test_program()
|
| D | scan_action_test.cpp | 132 const int64_t tp_id = tx.put_test_program(test_program, action_id); in populate_db()
|