Lines Matching refs:write_options_

2305   WriteOptions write_options_;  member in ROCKSDB_NAMESPACE::Benchmark
2876 write_options_ = WriteOptions(); in Run()
2879 write_options_.sync = true; in Run()
2881 write_options_.disableWAL = FLAGS_disable_wal; in Run()
2966 write_options_.sync = true; in Run()
4419 s = blobdb->PutWithTTL(write_options_, key, val, ttl); in DoWrite()
4421 s = blobdb->Put(write_options_, key, val); in DoWrite()
4452 s = db_with_cfh->db->Delete(write_options_, in DoWrite()
4469 write_options_, db_with_cfh->db->DefaultColumnFamily(), in DoWrite()
4491 s = db_with_cfh->db->Write(write_options_, &batch); in DoWrite()
5551 write_options_, key, in MixGraph()
5774 auto s = db->Write(write_options_, &batch); in DoDelete()
5856 s = db->Put(write_options_, key, val); in BGWriter()
5858 s = db->Merge(write_options_, key, val); in BGWriter()
6043 Status s = PutMany(db, write_options_, key, gen.Generate()); in RandomWithVerify()
6052 Status s = DeleteMany(db, write_options_, key); in RandomWithVerify()
6111 Status s = db->Put(write_options_, key, gen.Generate()); in ReadRandomWriteRandom()
6162 Status s = db->Put(write_options_, key, val); in UpdateRandom()
6216 Status s = db->Put(write_options_, key, Slice(new_value)); in XORUpdateRandom()
6269 Status s = db->Put(write_options_, key, value); in AppendRandom()
6310 s = db_with_cfh->db->Merge(write_options_, in MergeRandom()
6314 s = db_with_cfh->db->Merge(write_options_, in MergeRandom()
6361 Status s = db->Merge(write_options_, key, gen.Generate()); in ReadRandomMergeRandom()
6548 RandomTransactionInserter inserter(&thread->rand, write_options_, in RandomTransaction()
6637 s = db->Put(write_options_, key, gen.Generate()); in RandomReplaceKeys()
6656 s = FLAGS_use_single_deletes ? db->SingleDelete(write_options_, key) in RandomReplaceKeys()
6657 : db->Delete(write_options_, key); in RandomReplaceKeys()
6662 s = db->Put(write_options_, key, Slice()); in RandomReplaceKeys()
6728 db_.db->Delete(write_options_, iter->key()); in TimeSeriesReadOrDelete()
6805 s = db->Put(write_options_, key, val); in TimeSeriesWrite()