Home | History | Annotate | Download | only in puffin

Lines Matching refs:length

41   ByteExtent(uint64_t offset, uint64_t length)
42 : offset(offset), length(length) {}
45 return this->length == other.length && this->offset == other.offset;
49 uint64_t length;
53 BitExtent(uint64_t offset, uint64_t length)
54 : offset(offset), length(length) {}
57 return this->length == other.length && this->offset == other.offset;
61 uint64_t length;