GetHashValue 989 net/disk_cache/blockfile/index_table_v3.cc if (upgrade_format || (GetHashValue(current_cell) & new_bit)) { GetHashValue 1137 net/disk_cache/blockfile/index_table_v3.cc return GetHashValue(cell) == hash; GetHashValue 1146 net/disk_cache/blockfile/index_table_v3.cc return (GetHashValue(cell) & mask) != (hash & mask); GetHashValue 256 net/disk_cache/blockfile/index_table_v3.h uint32 GetHashValue(const IndexCell& cell);