Searched refs:SparseData (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_base.h116 struct SparseData { struct in namespace:disk_cache
127 COMPILE_ASSERT(sizeof(SparseData) == sizeof(SparseHeader) + kNumSparseBits / 8,
H A Dsparse_control.h160 SparseData child_data_; // Parent and allocation map of child_.
H A Dsparse_control_v3.h158 SparseData child_data_; // Parent and allocation map of child_.
H A Dsparse_control_v3.cc88 if (len < static_cast<int>(sizeof(disk_cache::SparseData)))
93 disk_cache::SparseData* data =
94 reinterpret_cast<disk_cache::SparseData*>(buffer);
318 if (data_len < static_cast<int>(sizeof(SparseData)) ||
403 if (data_len < static_cast<int>(sizeof(SparseData)))
H A Dsparse_control.cc88 if (len < static_cast<int>(sizeof(disk_cache::SparseData)))
93 disk_cache::SparseData* data =
94 reinterpret_cast<disk_cache::SparseData*>(buffer);
339 if (data_len < static_cast<int>(sizeof(SparseData)) ||
401 if (data_len < static_cast<int>(sizeof(SparseData)))

Completed in 100 milliseconds