Searched refs:overwrite_key (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/write_batch_with_index/ |
| D | write_batch_with_index.cc | 440 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 …]
|
| D | write_batch_with_index_internal.cc | 158 std::string* value, bool overwrite_key, Status* s) { in GetFromBatch() argument 234 overwrite_key == true) { in GetFromBatch()
|
| D | write_batch_with_index_internal.h | 141 std::string* value, bool overwrite_key, Status* s);
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | write_batch_with_index.h | 99 size_t reserved_bytes = 0, bool overwrite_key = false,
|
| /rocksdb-6.9/db/ |
| D | c.cc | 1595 …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()
|