Searched defs:Hasher (Results 1 – 3 of 3) sorted by relevance
124 struct Hasher { struct125 size_t operator()(const TimelineStatsKey& key) const { in operator()142 struct Hasher { struct161 std::unordered_map<LayerStatsKey, TimeStatsLayer, LayerStatsKey::Hasher> stats;
59 struct Hasher { struct60 size_t operator()(const GenericLayerMetadataEntry& entry) const { in operator()
31 Hasher() : mHash(0u) {} in Hasher() function