FindNextBit       282 net/disk_cache/blockfile/bitmap.cc   if (!FindNextBit(index, limit, value))
FindNextBit       287 net/disk_cache/blockfile/bitmap.cc   if (!FindNextBit(&end, limit, !value))
FindNextBit        88 net/disk_cache/blockfile/bitmap.h   bool FindNextBit(int* index, int limit, bool value) const;
FindNextBit        93 net/disk_cache/blockfile/bitmap.h     return FindNextBit(index, limit, true);
FindNextBit       220 net/disk_cache/blockfile/bitmap_unittest.cc TEST(BitmapTest, FindNextBit) {
FindNextBit       228 net/disk_cache/blockfile/bitmap_unittest.cc   for (int index = 0; map.FindNextBit(&index, 100, false); ++index) {
FindNextBit       590 net/disk_cache/blockfile/sparse_control.cc   if (child_map_.FindNextBit(&start, last_bit, false)) {
FindNextBit       678 net/disk_cache/blockfile/sparse_control_v3.cc   if (child_map_.FindNextBit(&start, last_bit, false)) {