Searched refs:sparse_offset_ (Results 1 – 2 of 2) sorted by relevance
41 sparse_offset_(other.sparse_offset_), in SimpleEntryOperation()290 int64 end = sparse_offset_ + length_; in ConflictsWith()292 return sparse_offset_ < other_op_end && other_op.sparse_offset() < end; in ConflictsWith()329 sparse_offset_(sparse_offset), in SimpleEntryOperation()
104 int64 sparse_offset() const { return sparse_offset_; } in sparse_offset()138 const int64 sparse_offset_; variable