Searched refs:BlockOffsetType (Results 1 – 2 of 2) sorted by relevance
17 BlockOffsetType start_block = 0; in ReserveTest()35 BlockOffsetType start_block = 0; in ReserveResetTest()57 BlockOffsetType start_block = 0; in ConstructorTest()76 BlockOffsetType start_block = 0; in MoveConstructorTest()100 BlockOffsetType start_block = 0; in MoveAssignmentTest()
205 typedef uint64_t BlockOffsetType; typedef207 constexpr BlockOffsetType kBlockOffsetMax = (1LLU << kBlockOffsetBits) - 1;218 Extent(BlockOffsetType start, BlockCountType length) : data_(0) { in Extent()223 BlockOffsetType Start() const { in Start()227 void SetStart(BlockOffsetType start) { in SetStart()
Completed in 12 milliseconds