Searched refs:kRecyclableLastType (Results 1 – 4 of 4) sorted by relevance
34 kRecyclableLastType = 8, enumerator36 static const int kMaxRecordType = kRecyclableLastType;
109 case kRecyclableLastType: in ReadRecord()334 if (type >= kRecyclableFullType && type <= kRecyclableLastType) { in ReadPhysicalRecord()446 case kRecyclableLastType: in ReadRecord()566 if (type >= kRecyclableFullType && type <= kRecyclableLastType) { in TryReadFragment()
95 type = recycle_log_files_ ? kRecyclableLastType : kLastType; in AddRecord()
500 static_cast<char>(recyclable_log ? kRecyclableLastType : kLastType)); in TEST_P()