HomeSort by relevance Sort by last modified time
    Searched defs:key_ptr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc 124 const char* key_ptr = GetVarint32Ptr(entry, entry+5, &key_length); local
126 Slice(key_ptr, key_length - 8),
129 const uint64_t tag = DecodeFixed64(key_ptr + key_length - 8);
132 Slice v = GetLengthPrefixedSlice(key_ptr + key_length);
  /external/chromium_org/third_party/leveldatabase/src/table/
block.cc 174 const char* key_ptr = DecodeEntry(data_ + region_offset, local
177 if (key_ptr == NULL || (shared != 0)) {
181 Slice mid_key(key_ptr, non_shared);

Completed in 354 milliseconds