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

/external/chromium_org/net/disk_cache/
H A Ddisk_format_base.h115 struct SparseData { struct in namespace:disk_cache
126 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.cc88 if (len < static_cast<int>(sizeof(disk_cache::SparseData)))
93 disk_cache::SparseData* data =
94 reinterpret_cast<disk_cache::SparseData*>(buffer);
337 if (data_len < static_cast<int>(sizeof(SparseData)) ||
399 if (data_len < static_cast<int>(sizeof(SparseData)))
/external/chromium/net/disk_cache/
H A Ddisk_format.h245 struct SparseData { struct in namespace:disk_cache
256 COMPILE_ASSERT(sizeof(SparseData) == sizeof(SparseHeader) + kNumSparseBits / 8,
H A Dsparse_control.h159 SparseData child_data_; // Parent and allocation map of child_.
H A Dsparse_control.cc87 if (len < static_cast<int>(sizeof(disk_cache::SparseData)))
92 disk_cache::SparseData* data =
93 reinterpret_cast<disk_cache::SparseData*>(buffer);
327 if (data_len < static_cast<int>(sizeof(SparseData)) ||
386 if (data_len < static_cast<int>(sizeof(SparseData)))
/external/chromium_org/net/disk_cache/v3/
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)))

Completed in 114 milliseconds