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()
308 FNVHash<MemoryRegion> hasher; variable309 uint32_t hash = hasher(MemoryRegion(values, sizeof(Entry) * count));418 FNVHash<MemoryRegion> hasher; in Dedup() local419 uint32_t hash = hasher(region); in Dedup()