HomeSort by relevance Sort by last modified time
    Searched refs:kTypeValue (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat_test.cc 37 ParsedInternalKey decoded("", 0, kTypeValue);
59 TestKey(keys[k], seq[s], kTypeValue);
67 ASSERT_EQ(IKey("foo", 100, kTypeValue),
68 Shorten(IKey("foo", 100, kTypeValue),
69 IKey("foo", 99, kTypeValue)));
70 ASSERT_EQ(IKey("foo", 100, kTypeValue),
71 Shorten(IKey("foo", 100, kTypeValue),
72 IKey("foo", 101, kTypeValue)));
73 ASSERT_EQ(IKey("foo", 100, kTypeValue),
74 Shorten(IKey("foo", 100, kTypeValue),
    [all...]
version_edit_test.cc 29 InternalKey("foo", kBig + 500 + i, kTypeValue),
32 edit.SetCompactPointer(i, InternalKey("x", kBig + 900 + i, kTypeValue));
dbformat.h 53 kTypeValue = 0x1
61 static const ValueType kValueTypeForSeek = kTypeValue;
185 return (c <= static_cast<unsigned char>(kTypeValue));
version_set_test.cc 30 f->smallest = InternalKey(smallest, smallest_seq, kTypeValue);
31 f->largest = InternalKey(largest, largest_seq, kTypeValue);
36 InternalKey target(key, 100, kTypeValue);
write_batch.cc 10 // kTypeValue varstring varstring |
56 case kTypeValue:
100 rep_.push_back(static_cast<char>(kTypeValue));
118 mem_->Add(sequence_, kTypeValue, key, value);
write_batch_test.cc 27 case kTypeValue:
memtable.cc 131 case kTypeValue: {
db_iter.cc 187 case kTypeValue:
leveldb_main.cc 160 } else if (key.type == kTypeValue) {
db_test.cc 338 InternalKey target(user_key, kMaxSequenceNumber, kTypeValue);
359 case kTypeValue:
    [all...]
db_impl.cc 946 (int)ikey.sequence, ikey.type, kTypeValue, drop,
    [all...]
version_set.cc 266 s->state = (parsed_key.type == kTypeValue) ? kFound : kDeleted;
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 282 ParsedInternalKey ikey(target, kMaxSequenceNumber, kTypeValue);
335 memtable_->Add(seq, kTypeValue, it->first, it->second);

Completed in 109 milliseconds