Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlog_format.h32 kRecyclableFirstType = 6, enumerator
Dlog_reader.cc85 case kRecyclableFirstType: in ReadRecord()
426 case kRecyclableFirstType: in ReadRecord()
Dlog_writer.cc93 type = recycle_log_files_ ? kRecyclableFirstType : kFirstType; in AddRecord()
Dlog_test.cc512 6, static_cast<char>(recyclable_log ? kRecyclableFirstType : kFirstType)); in TEST_P()
525 6, static_cast<char>(recyclable_log ? kRecyclableFirstType : kFirstType)); in TEST_P()