Home
last modified time | relevance | path

Searched refs:read_options2 (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Doptimistic_transaction_test.cc776 ReadOptions read_options1, read_options2; in TEST_P() local
787 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
817 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
827 s = txn2->GetForUpdate(read_options2, "4", &value); in TEST_P()
840 ReadOptions read_options, read_options1, read_options2; in TEST_P() local
868 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
886 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
903 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
Dtransaction_test.cc3044 ReadOptions read_options1, read_options2; in TEST_P() local
3055 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
3084 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
3095 s = txn2->GetForUpdate(read_options2, "4", &value); in TEST_P()
3106 ReadOptions read_options, read_options1, read_options2; in TEST_P() local
3141 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
3165 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
3189 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()