Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index.cc440 overwrite_key(_overwrite_key), in Rep()
448 bool overwrite_key; member
493 if (!overwrite_key) { in UpdateExistingEntryWithCfId()
635 bool overwrite_key, size_t max_bytes) in WriteBatchWithIndex() argument
637 overwrite_key)) {} in WriteBatchWithIndex()
663 if (rep->overwrite_key == false) { in NewIteratorWithBase()
673 if (rep->overwrite_key == false) { in NewIteratorWithBase()
774 &rep->comparator, value, rep->overwrite_key, &s); in GetFromBatch()
859 &rep->comparator, &batch_value, rep->overwrite_key, &s); in GetFromBatchAndDB()
872 rep->overwrite_key == true) { in GetFromBatchAndDB()
[all …]
Dwrite_batch_with_index_internal.cc158 std::string* value, bool overwrite_key, Status* s) { in GetFromBatch() argument
234 overwrite_key == true) { in GetFromBatch()
Dwrite_batch_with_index_internal.h141 std::string* value, bool overwrite_key, Status* s);
/rocksdb-6.9/include/rocksdb/utilities/
Dwrite_batch_with_index.h99 size_t reserved_bytes = 0, bool overwrite_key = false,
/rocksdb-6.9/db/
Dc.cc1595 …writebatch_wi_t* rocksdb_writebatch_wi_create(size_t reserved_bytes, unsigned char overwrite_key) { in rocksdb_writebatch_wi_create() argument
1597 b->rep = new WriteBatchWithIndex(BytewiseComparator(), reserved_bytes, overwrite_key); in rocksdb_writebatch_wi_create()