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

  /external/chromium_org/third_party/leveldatabase/src/db/
log_format.h 25 static const int kMaxRecordType = kLastType;
log_reader.h 78 kEof = kMaxRecordType + 1,
84 kBadRecord = kMaxRecordType + 2
log_writer.h 36 uint32_t type_crc_[kMaxRecordType + 1];
log_writer.cc 18 for (int i = 0; i <= kMaxRecordType; i++) {

Completed in 987 milliseconds