Home
last modified time | relevance | path

Searched refs:BlockOffsetType (Results 1 – 2 of 2) sorted by relevance

/system/ulib/blobfs/test/
A Dextent-reserver-test.cpp17 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()
/system/ulib/blobfs/include/blobfs/
A Dformat.h205 typedef uint64_t BlockOffsetType; typedef
207 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