Searched refs:ReadFirstRecord (Results 1 – 2 of 2) sorted by relevance
67 return ReadFirstRecord(type, number, sequence); in TEST_ReadFirstRecord()84 Status ReadFirstRecord(const WalFileType type, const uint64_t number,
297 Status s = ReadFirstRecord(log_type, number, &sequence); in GetSortedWalsOfType()370 Status WalManager::ReadFirstRecord(const WalFileType type, in ReadFirstRecord() function in ROCKSDB_NAMESPACE::WalManager