Searched refs:IsHashMatch (Results 1 – 2 of 2) sorted by relevance
258 bool IsHashMatch(const IndexCell& cell, uint32 hash);
598 } else if (IsHashMatch(*current_cell, hash)) { in LookupEntries()805 if (IsHashMatch(*current_cell, hash)) { in FindEntryCellImpl()1135 bool IndexTable::IsHashMatch(const IndexCell& cell, uint32 hash) { in IsHashMatch() function in disk_cache::IndexTable