Searched refs:kMaxRecordType (Results 1 – 4 of 4) sorted by relevance
129 kEof = kMaxRecordType + 1,134 kBadRecord = kMaxRecordType + 2,136 kBadHeader = kMaxRecordType + 3,138 kOldRecord = kMaxRecordType + 4,140 kBadRecordLen = kMaxRecordType + 5,142 kBadRecordChecksum = kMaxRecordType + 6,
36 static const int kMaxRecordType = kRecyclableLastType; variable
105 uint32_t type_crc_[kMaxRecordType + 1];
28 for (int i = 0; i <= kMaxRecordType; i++) { in Writer()