Home
last modified time | relevance | path

Searched refs:flush_ops (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Doptimistic_transaction_test.cc261 FlushOptions flush_ops; in TEST_P() local
262 txn_db->Flush(flush_ops); in TEST_P()
301 FlushOptions flush_ops; in TEST_P() local
302 txn_db->Flush(flush_ops); in TEST_P()
309 txn_db->Flush(flush_ops); in TEST_P()
317 txn_db->Flush(flush_ops); in TEST_P()
380 FlushOptions flush_ops; in TEST_P() local
382 ASSERT_OK(txn_db->Flush(flush_ops)); in TEST_P()
Dtransaction_test.cc2263 FlushOptions flush_ops; in TEST_P() local
2264 db->Flush(flush_ops); in TEST_P()
6141 FlushOptions flush_ops; in TEST_P() local
6142 db->Flush(flush_ops); in TEST_P()
6147 db->Flush(flush_ops, cf_handle); in TEST_P()
Dwrite_prepared_transaction_test.cc840 FlushOptions flush_ops; in TEST_P() local
842 ASSERT_OK(db->Flush(flush_ops)); in TEST_P()