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

  /external/chromium/net/disk_cache/
sparse_control.cc 73 disk_cache::Bitmap children_map_; member in class:__anon4033::ChildrenDeleter
97 children_map_.Resize(num_bits, false);
98 children_map_.SetMap(data->bitmap, num_bits / 32);
129 if (!children_map_.FindNextSetBit(&child_id) || !backend_) {
135 children_map_.Set(child_id, false);
367 children_map_.Resize(kNumSparseBits, true);
423 children_map_.Resize(map_len * 8, false);
424 children_map_.SetMap(reinterpret_cast<uint32*>(buf->data()), map_len);
526 if (children_map_.Size() <= child_bit)
529 return children_map_.Get(child_bit)
    [all...]
sparse_control.h 158 Bitmap children_map_; // The actual bitmap of children. member in class:disk_cache::SparseControl

Completed in 32 milliseconds