SparseData        127 net/disk_cache/blockfile/disk_format_base.h COMPILE_ASSERT(sizeof(SparseData) == sizeof(SparseHeader) + kNumSparseBits / 8,
SparseData         88 net/disk_cache/blockfile/sparse_control.cc   if (len < static_cast<int>(sizeof(disk_cache::SparseData)))
SparseData         93 net/disk_cache/blockfile/sparse_control.cc   disk_cache::SparseData* data =
SparseData         94 net/disk_cache/blockfile/sparse_control.cc       reinterpret_cast<disk_cache::SparseData*>(buffer);
SparseData        339 net/disk_cache/blockfile/sparse_control.cc   if (data_len < static_cast<int>(sizeof(SparseData)) ||
SparseData        401 net/disk_cache/blockfile/sparse_control.cc   if (data_len < static_cast<int>(sizeof(SparseData)))
SparseData        160 net/disk_cache/blockfile/sparse_control.h   SparseData child_data_;  // Parent and allocation map of child_.
SparseData         88 net/disk_cache/blockfile/sparse_control_v3.cc   if (len < static_cast<int>(sizeof(disk_cache::SparseData)))
SparseData         93 net/disk_cache/blockfile/sparse_control_v3.cc   disk_cache::SparseData* data =
SparseData         94 net/disk_cache/blockfile/sparse_control_v3.cc       reinterpret_cast<disk_cache::SparseData*>(buffer);
SparseData        318 net/disk_cache/blockfile/sparse_control_v3.cc   if (data_len < static_cast<int>(sizeof(SparseData)) ||
SparseData        403 net/disk_cache/blockfile/sparse_control_v3.cc   if (data_len < static_cast<int>(sizeof(SparseData)))
SparseData        158 net/disk_cache/blockfile/sparse_control_v3.h   SparseData child_data_;  // Parent and allocation map of child_.