Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_operation.cc41 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()
Dsimple_entry_operation.h104 int64 sparse_offset() const { return sparse_offset_; } in sparse_offset()
138 const int64 sparse_offset_; variable