HomeSort by relevance Sort by last modified time
    Searched refs:SparseData (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
disk_format.h 245 struct SparseData {
256 COMPILE_ASSERT(sizeof(SparseData) == sizeof(SparseHeader) + kNumSparseBits / 8,
sparse_control.h 159 SparseData child_data_; // Parent and allocation map of child_.
sparse_control.cc 87 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)))

Completed in 63 milliseconds