Searched refs:hasher (Results 1 – 2 of 2) sorted by relevance
171 FNVHash<MemoryRegion> hasher; in TEST() local177 EXPECT_EQ(hasher(MemoryRegion(&value0, sizeof(value0))), in TEST()178 hasher(MemoryRegion(&value1, sizeof(value1)))); in TEST()186 EXPECT_EQ(hasher(MemoryRegion(&value0, BitsToBytesRoundUp(MinimumBitsToStore(value0[0])))), in TEST()187 hasher(MemoryRegion(&value1, BitsToBytesRoundUp(MinimumBitsToStore(value1[0]))))); in TEST()
310 FNVHash<MemoryRegion> hasher; variable311 uint32_t hash = hasher(MemoryRegion(values, sizeof(Entry) * count));420 FNVHash<MemoryRegion> hasher; in Dedup() local421 uint32_t hash = hasher(region); in Dedup()