/external/chromium/net/disk_cache/ |
sparse_control.cc | 73 disk_cache::Bitmap children_map_; member in class:__anon2739::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
|
/external/chromium_org/net/disk_cache/ |
sparse_control.cc | 74 disk_cache::Bitmap children_map_; member in class:__anon9019::ChildrenDeleter 98 children_map_.Resize(num_bits, false); 99 children_map_.SetMap(data->bitmap, num_bits / 32); 130 if (!children_map_.FindNextSetBit(&child_id) || !backend_.get()) { 136 children_map_.Set(child_id, false); 380 children_map_.Resize(kNumSparseBits, true); 437 children_map_.Resize(map_len * 8, false); 438 children_map_.SetMap(reinterpret_cast<uint32*>(buf->data()), map_len); 547 if (children_map_.Size() <= child_bit) 550 return children_map_.Get(child_bit) [all...] |
sparse_control.h | 159 Bitmap children_map_; // The actual bitmap of children. member in class:disk_cache::SparseControl
|
/external/chromium_org/net/disk_cache/v3/ |
sparse_control_v3.cc | 74 disk_cache::Bitmap children_map_; member in class:__anon9028::ChildrenDeleter 98 children_map_.Resize(num_bits, false); 99 children_map_.SetMap(data->bitmap, num_bits / 32); 130 if (!children_map_.FindNextSetBit(&child_id) || !backend_) { 136 children_map_.Set(child_id, false); 384 children_map_.Resize(kNumSparseBits, true); 441 children_map_.Resize(map_len * 8, false); 442 children_map_.SetMap(reinterpret_cast<uint32*>(buf->data()), map_len); 534 reinterpret_cast<const char*>(children_map_.GetMap()))); 536 int len = children_map_.ArraySize() * 4 [all...] |
sparse_control_v3.h | 157 Bitmap children_map_; // The actual bitmap of children. member in class:disk_cache::SparseControl
|