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

  /external/chromium_org/third_party/leveldatabase/src/table/
format.h 70 kEncodedLength = 2*BlockHandle::kMaxEncodedLength + 8
format.cc 41 assert(dst->size() == original_size + kEncodedLength);
45 const char* magic_ptr = input->data() + kEncodedLength - 8;
table.cc 43 if (size < Footer::kEncodedLength) {
47 char footer_space[Footer::kEncodedLength];
49 Status s = file->Read(size - Footer::kEncodedLength, Footer::kEncodedLength,

Completed in 177 milliseconds