Searched refs:kFound (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/table/ |
| D | get_context.cc | 92 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()
|
| D | get_context.h | 60 kFound, enumerator
|
| D | table_test.cc | 2538 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/ |
| D | write_batch_with_index_internal.cc | 201 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()
|
| D | write_batch_with_index_internal.h | 127 enum Result { kFound, kDeleted, kNotFound, kMergeInProgress, kError }; enumerator
|
| D | write_batch_with_index.cc | 777 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/ |
| D | compacted_db_impl.cc | 44 if (get_context.State() == GetContext::kFound) { in Get() 77 if (get_context.State() == GetContext::kFound) { in MultiGet()
|
| D | version_set.cc | 1819 case GetContext::kFound: in Get() 1986 case GetContext::kFound: in MultiGet()
|
| /rocksdb-6.9/table/block_based/ |
| D | data_block_hash_index_test.cc | 637 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()
|
| D | block_based_table_reader.cc | 2239 if (get_context->State() == GetContext::GetState::kFound) { in Get() 2544 if (get_context->State() == GetContext::GetState::kFound) { in MultiGet()
|