Home
last modified time | relevance | path

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

/external/chromium_org/third_party/leveldatabase/src/db/
Ddb_iter.cc181 case kTypeDeletion: in FindNextUserEntry()
235 ValueType value_type = kTypeDeletion; in FindPrevUserEntry()
240 if ((value_type != kTypeDeletion) && in FindPrevUserEntry()
246 if (value_type == kTypeDeletion) { in FindPrevUserEntry()
263 if (value_type == kTypeDeletion) { in FindPrevUserEntry()
Dwrite_batch.cc64 case kTypeDeletion: in Iterate()
107 rep_.push_back(static_cast<char>(kTypeDeletion)); in Delete()
122 mem_->Add(sequence_, kTypeDeletion, key, Slice()); in Delete()
Ddbformat_test.cc60 TestKey("hello", 1, kTypeDeletion); in TEST()
78 IKey("foo", 100, kTypeDeletion))); in TEST()
Dversion_edit_test.cc30 InternalKey("zoo", kBig + 600 + i, kTypeDeletion)); in TEST()
Dwrite_batch_test.cc35 case kTypeDeletion: in PrintContents()
Dmemtable.cc136 case kTypeDeletion: in Get()
Ddbformat.h52 kTypeDeletion = 0x0, enumerator
Dleveldb_main.cc158 if (key.type == kTypeDeletion) { in DumpTable()
Ddb_test.cc362 case kTypeDeletion: in AllEntriesFor()
2092 InternalKey limit(MakeKey(2*fnum+1), 1, kTypeDeletion); in BM_LogAndApply()
2103 InternalKey limit(MakeKey(2*fnum+1), 1, kTypeDeletion); in BM_LogAndApply()
Ddb_impl.cc926 } else if (ikey.type == kTypeDeletion && in DoCompactionWork()