Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.cc181 return WriteBatchWithIndexInternal::Result::kError; in GetFromBatch()
221 result = WriteBatchWithIndexInternal::Result::kError; in GetFromBatch()
229 result == WriteBatchWithIndexInternal::Result::kError) { in GetFromBatch()
256 result = WriteBatchWithIndexInternal::Result::kError; in GetFromBatch()
273 result = WriteBatchWithIndexInternal::Result::kError; in GetFromBatch()
Dwrite_batch_with_index_internal.h127 enum Result { kFound, kDeleted, kNotFound, kMergeInProgress, kError }; enumerator
Dwrite_batch_with_index.cc778 case WriteBatchWithIndexInternal::Result::kError: in GetFromBatch()
868 if (result == WriteBatchWithIndexInternal::Result::kError) { in GetFromBatchAndDB()
971 if (result == WriteBatchWithIndexInternal::Result::kError) { in MultiGetFromBatchAndDB()