Home
last modified time | relevance | path

Searched defs:sparse_offset (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_entry_operation.cc95 int64_t sparse_offset, in ReadSparseOperation()
107 int64_t sparse_offset, in WriteSparseOperation()
119 int64_t sparse_offset, in GetAvailableRangeOperation()
135 const int64_t sparse_offset = 0; in DoomOperation() local
150 int64_t sparse_offset, in SimpleEntryOperation()
H A Dsimple_entry_impl.cc1187 int64_t sparse_offset, in ReadSparseDataInternal()
1232 int64_t sparse_offset, in WriteSparseDataInternal()
1287 void SimpleEntryImpl::GetAvailableRangeInternal(int64_t sparse_offset, in GetAvailableRangeInternal()
H A Dsimple_entry_operation.h115 int64_t sparse_offset() const { return sparse_offset_; } in sparse_offset() function
H A Dsimple_synchronous_entry.h187 int64_t sparse_offset; member