Home
last modified time | relevance | path

Searched refs:kRecyclableLastType (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/
Dlog_format.h34 kRecyclableLastType = 8, enumerator
36 static const int kMaxRecordType = kRecyclableLastType;
Dlog_reader.cc109 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()
Dlog_writer.cc95 type = recycle_log_files_ ? kRecyclableLastType : kLastType; in AddRecord()
Dlog_test.cc500 static_cast<char>(recyclable_log ? kRecyclableLastType : kLastType)); in TEST_P()