SetMap             65 net/disk_cache/blockfile/bitmap.h   void SetMap(const uint32* map, int size);
SetMap             97 net/disk_cache/blockfile/bitmap_unittest.cc   bitmap.SetMap(reinterpret_cast<uint32*>(local_map), kMapSize / 4);
SetMap             99 net/disk_cache/blockfile/sparse_control.cc   children_map_.SetMap(data->bitmap, num_bits / 32);
SetMap            440 net/disk_cache/blockfile/sparse_control.cc   children_map_.SetMap(reinterpret_cast<uint32*>(buf->data()), map_len);
SetMap             99 net/disk_cache/blockfile/sparse_control_v3.cc   children_map_.SetMap(data->bitmap, num_bits / 32);
SetMap            442 net/disk_cache/blockfile/sparse_control_v3.cc   children_map_.SetMap(reinterpret_cast<uint32*>(buf->data()), map_len);