Home
last modified time | relevance | path

Searched refs:put_context (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/store/
Dtransaction_test.cpp135 tx.put_context(context); in ATF_TEST_CASE_BODY()
146 tx.put_context(context); in ATF_TEST_CASE_BODY()
189 const int64_t context1_id = tx.put_context(context1); in ATF_TEST_CASE_BODY()
190 const int64_t context2_id = tx.put_context(context2); in ATF_TEST_CASE_BODY()
257 const int64_t context_id = tx.put_context(context); in ATF_TEST_CASE_BODY()
295 const int64_t context_id = tx.put_context(context); in ATF_TEST_CASE_BODY()
394 const int64_t context1_id = tx.put_context(context1); in ATF_TEST_CASE_BODY()
395 const int64_t context2_id = tx.put_context(context2); in ATF_TEST_CASE_BODY()
466 id1 = tx.put_context(exp_context1); in ATF_TEST_CASE_BODY()
467 id3 = tx.put_context(exp_context3); in ATF_TEST_CASE_BODY()
[all …]
Dtransaction.hpp126 int64_t put_context(const engine::context&);
Dtransaction.cpp785 store::transaction::put_context(const engine::context& context) in put_context() function in store::transaction
/netbsd/src/external/bsd/kyua-cli/dist/engine/drivers/
Drun_tests.cpp181 const int64_t context_id = tx.put_context(context); in drive()
Dscan_action_test.cpp125 const int64_t context_id = tx.put_context(context); in populate_db()