Home
last modified time | relevance | path

Searched refs:SparseControl (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/net/disk_cache/blockfile/
Dsparse_control.cc164 disk_cache::SparseControl::SparseOperation operation) { in GetSparseEventType()
166 case disk_cache::SparseControl::kReadOperation: in GetSparseEventType()
168 case disk_cache::SparseControl::kWriteOperation: in GetSparseEventType()
170 case disk_cache::SparseControl::kGetRangeOperation: in GetSparseEventType()
180 disk_cache::SparseControl::SparseOperation operation, in LogChildOperationEnd()
185 case disk_cache::SparseControl::kReadOperation: in LogChildOperationEnd()
188 case disk_cache::SparseControl::kWriteOperation: in LogChildOperationEnd()
191 case disk_cache::SparseControl::kGetRangeOperation: in LogChildOperationEnd()
204 SparseControl::SparseControl(EntryImpl* entry) in SparseControl() function in disk_cache::SparseControl
211 SparseControl::~SparseControl() { in ~SparseControl()
[all …]
Dsparse_control.h34 class SparseControl {
46 explicit SparseControl(EntryImpl* entry);
48 SparseControl(const SparseControl&) = delete;
49 SparseControl& operator=(const SparseControl&) = delete;
51 ~SparseControl();
Dentry_impl.h28 class SparseControl; variable
38 friend class SparseControl; variable
309 std::unique_ptr<SparseControl> sparse_; // Support for sparse entries.
Dentry_impl.cc382 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len, in ReadSparseDataImpl()
396 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf, in WriteSparseDataImpl()
493 SparseControl::DeleteChildren(this); in DeleteEntryData()
898 auto sparse = std::make_unique<SparseControl>(const_cast<EntryImpl*>(this)); in CouldBeSparse()
1504 auto sparse = std::make_unique<SparseControl>(this); in InitSparseData()
/external/cronet/tot/net/disk_cache/blockfile/
Dsparse_control.cc164 disk_cache::SparseControl::SparseOperation operation) { in GetSparseEventType()
166 case disk_cache::SparseControl::kReadOperation: in GetSparseEventType()
168 case disk_cache::SparseControl::kWriteOperation: in GetSparseEventType()
170 case disk_cache::SparseControl::kGetRangeOperation: in GetSparseEventType()
180 disk_cache::SparseControl::SparseOperation operation, in LogChildOperationEnd()
185 case disk_cache::SparseControl::kReadOperation: in LogChildOperationEnd()
188 case disk_cache::SparseControl::kWriteOperation: in LogChildOperationEnd()
191 case disk_cache::SparseControl::kGetRangeOperation: in LogChildOperationEnd()
204 SparseControl::SparseControl(EntryImpl* entry) in SparseControl() function in disk_cache::SparseControl
211 SparseControl::~SparseControl() { in ~SparseControl()
[all …]
Dsparse_control.h34 class SparseControl {
46 explicit SparseControl(EntryImpl* entry);
48 SparseControl(const SparseControl&) = delete;
49 SparseControl& operator=(const SparseControl&) = delete;
51 ~SparseControl();
Dentry_impl.h28 class SparseControl; variable
38 friend class SparseControl; variable
309 std::unique_ptr<SparseControl> sparse_; // Support for sparse entries.
Dentry_impl.cc382 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len, in ReadSparseDataImpl()
396 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf, in WriteSparseDataImpl()
493 SparseControl::DeleteChildren(this); in DeleteEntryData()
898 auto sparse = std::make_unique<SparseControl>(const_cast<EntryImpl*>(this)); in CouldBeSparse()
1504 auto sparse = std::make_unique<SparseControl>(this); in InitSparseData()