Searched refs:kMaxRecordType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_format.h25 static const int kMaxRecordType = kLastType; member in namespace:leveldb::log
H A Dlog_reader.h78 kEof = kMaxRecordType + 1,
84 kBadRecord = kMaxRecordType + 2
H A Dlog_writer.h36 uint32_t type_crc_[kMaxRecordType + 1];
H A Dlog_writer.cc18 for (int i = 0; i <= kMaxRecordType; i++) {

Completed in 83 milliseconds