Searched refs:all_blobs (Results 1 – 1 of 1) sorted by relevance
2367 bool all_blobs = blob_key == DatabaseMetaDataKey::kAllBlobsKey; in ReportBlobUnused() local2368 DCHECK(all_blobs || DatabaseMetaDataKey::IsValidBlobKey(blob_key)); in ReportBlobUnused()2403 (all_blobs || current_all_blobs || blob_key == current_blob_key)) { in ReportBlobUnused()2404 if (!all_blobs) { in ReportBlobUnused()2418 if (all_blobs) { in ReportBlobUnused()