Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlog_format.h26 kFirstType = 2, enumerator
Dlog_reader.cc84 case kFirstType: in ReadRecord()
425 case kFirstType: 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()