Searched refs:put_context (Results 1 – 5 of 5) sorted by relevance
135 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 …]
126 int64_t put_context(const engine::context&);
785 store::transaction::put_context(const engine::context& context) in put_context() function in store::transaction
181 const int64_t context_id = tx.put_context(context); in drive()
125 const int64_t context_id = tx.put_context(context); in populate_db()