Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlog_format.h28 kLastType = 4, enumerator
Dlog_reader.cc108 case kLastType: in ReadRecord()
445 case kLastType: in ReadRecord()
Dlog_writer.cc95 type = recycle_log_files_ ? kRecyclableLastType : kLastType; in AddRecord()
Dlog_test.cc500 static_cast<char>(recyclable_log ? kRecyclableLastType : kLastType)); in TEST_P()