Searched refs:tp_id (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/engine/drivers/
H A Dscan_action_test.cpp132 const int64_t tp_id = tx.put_test_program(test_program, action_id); local
140 const int64_t tc_id = tx.put_test_case(test_case, tp_id);
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dtransaction_test.cpp320 const int64_t tp_id = tx.put_test_program(test_program_1, action_id); local
321 const int64_t tc_id = tx.put_test_case(*test_case_1, tp_id);
345 const int64_t tp_id = tx.put_test_program(test_program_2, action_id); local
346 const int64_t tc_id = tx.put_test_case(*test_case_2, tp_id);

Completed in 188 milliseconds