Home
last modified time | relevance | path

Searched refs:GetCellId (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc71 uint32 GetCellId(const IndexCell& cell) { in GetCellId() function
395 hash_ |= GetCellId(cell_) << kHashShift; in RecomputeHash()
1122 return GetCellId(cell); in GetHashValue()
1131 return (GetCellId(cell) << kHashShift) | lower_part; in GetFullHash()