Home
last modified time | relevance | path

Searched refs:kTypeValue (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
Ddbformat_test.cc37 ParsedInternalKey decoded("", 0, kTypeValue); in TestKey()
59 TestKey(keys[k], seq[s], kTypeValue); in TEST()
67 ASSERT_EQ(IKey("foo", 100, kTypeValue), in TEST()
68 Shorten(IKey("foo", 100, kTypeValue), in TEST()
69 IKey("foo", 99, kTypeValue))); in TEST()
70 ASSERT_EQ(IKey("foo", 100, kTypeValue), in TEST()
71 Shorten(IKey("foo", 100, kTypeValue), in TEST()
72 IKey("foo", 101, kTypeValue))); in TEST()
73 ASSERT_EQ(IKey("foo", 100, kTypeValue), in TEST()
74 Shorten(IKey("foo", 100, kTypeValue), in TEST()
[all …]
Dversion_edit_test.cc29 InternalKey("foo", kBig + 500 + i, kTypeValue), in TEST()
32 edit.SetCompactPointer(i, InternalKey("x", kBig + 900 + i, kTypeValue)); in TEST()
Dwrite_batch.cc56 case kTypeValue: in Iterate()
100 rep_.push_back(static_cast<char>(kTypeValue)); in Put()
118 mem_->Add(sequence_, kTypeValue, key, value); in Put()
Ddbformat.h53 kTypeValue = 0x1 enumerator
61 static const ValueType kValueTypeForSeek = kTypeValue;
185 return (c <= static_cast<unsigned char>(kTypeValue)); in ParseInternalKey()
Dversion_set_test.cc30 f->smallest = InternalKey(smallest, smallest_seq, kTypeValue); in Add()
31 f->largest = InternalKey(largest, largest_seq, kTypeValue); in Add()
36 InternalKey target(key, 100, kTypeValue); in Find()
Dwrite_batch_test.cc27 case kTypeValue: in PrintContents()
Dmemtable.cc131 case kTypeValue: { in Get()
Dleveldb_main.cc160 } else if (key.type == kTypeValue) { in DumpTable()
Ddb_iter.cc187 case kTypeValue: in FindNextUserEntry()
Ddb_test.cc338 InternalKey target(user_key, kMaxSequenceNumber, kTypeValue); in AllEntriesFor()
359 case kTypeValue: in AllEntriesFor()
2091 InternalKey start(MakeKey(2*fnum), 1, kTypeValue); in BM_LogAndApply()
2102 InternalKey start(MakeKey(2*fnum), 1, kTypeValue); in BM_LogAndApply()
Dversion_set.cc280 s->state = (parsed_key.type == kTypeValue) ? kFound : kDeleted; in SaveValue()
Ddb_impl.cc946 (int)ikey.sequence, ikey.type, kTypeValue, drop, in DoCompactionWork()
/external/chromium_org/third_party/leveldatabase/src/table/
Dtable_test.cc282 ParsedInternalKey ikey(target, kMaxSequenceNumber, kTypeValue); in Seek()
335 memtable_->Add(seq, kTypeValue, it->first, it->second); in FinishImpl()