Home
last modified time | relevance | path

Searched refs:children_map_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Dsparse_control.cc73 disk_cache::Bitmap children_map_; member in __anona5de7ccd0111::ChildrenDeleter
97 children_map_.Resize(num_bits, false); in Start()
98 children_map_.SetMap(data->bitmap, num_bits / 32); in Start()
129 if (!children_map_.FindNextSetBit(&child_id) || !backend_) { in DeleteChildren()
135 children_map_.Set(child_id, false); in DeleteChildren()
367 children_map_.Resize(kNumSparseBits, true); in CreateSparseEntry()
423 children_map_.Resize(map_len * 8, false); in OpenSparseEntry()
424 children_map_.SetMap(reinterpret_cast<uint32*>(buf->data()), map_len); in OpenSparseEntry()
526 if (children_map_.Size() <= child_bit) in ChildPresent()
529 return children_map_.Get(child_bit); in ChildPresent()
[all …]
Dsparse_control.h158 Bitmap children_map_; // The actual bitmap of children. variable