HomeSort by: relevance | last modified time | path
    Searched defs:tp_id (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/engine/drivers/
scan_action_test.cpp 132 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);
  /src/external/bsd/kyua-cli/dist/store/
transaction_test.cpp 320 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 22 milliseconds