Home
last modified time | relevance | path

Searched refs:kFound (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/table/
Dget_context.cc92 state_ = kFound; in MarkKeyMayExist()
102 state_ = kFound; in SaveValue()
232 state_ = kFound; in SaveValue()
254 state_ = kFound; in SaveValue()
273 if (state_ == kFound) { in SaveValue()
294 state_ = kFound; in SaveValue()
320 state_ = kFound; in SaveValue()
Dget_context.h60 kFound, enumerator
Dtable_test.cc2538 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST_P()
3063 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST_P()
4625 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST_P()
/rocksdb-6.9/utilities/write_batch_with_index/
Dwrite_batch_with_index_internal.cc201 result = WriteBatchWithIndexInternal::Result::kFound; in GetFromBatch()
227 if (result == WriteBatchWithIndexInternal::Result::kFound || in GetFromBatch()
245 if (result == WriteBatchWithIndexInternal::Result::kFound || in GetFromBatch()
271 result = WriteBatchWithIndexInternal::Result::kFound; in GetFromBatch()
276 if (result == WriteBatchWithIndexInternal::Result::kFound) { // PUT in GetFromBatch()
Dwrite_batch_with_index_internal.h127 enum Result { kFound, kDeleted, kNotFound, kMergeInProgress, kError }; enumerator
Dwrite_batch_with_index.cc777 case WriteBatchWithIndexInternal::Result::kFound: in GetFromBatch()
861 if (result == WriteBatchWithIndexInternal::Result::kFound) { in GetFromBatchAndDB()
963 if (result == WriteBatchWithIndexInternal::Result::kFound) { in MultiGetFromBatchAndDB()
/rocksdb-6.9/db/
Dcompacted_db_impl.cc44 if (get_context.State() == GetContext::kFound) { in Get()
77 if (get_context.State() == GetContext::kFound) { in MultiGet()
Dversion_set.cc1819 case GetContext::kFound: in Get()
1986 case GetContext::kFound: in MultiGet()
/rocksdb-6.9/table/block_based/
Ddata_block_hash_index_test.cc637 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST()
662 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST()
687 ASSERT_EQ(get_context.State(), GetContext::kFound); in TEST()
Dblock_based_table_reader.cc2239 if (get_context->State() == GetContext::GetState::kFound) { in Get()
2544 if (get_context->State() == GetContext::GetState::kFound) { in MultiGet()