Searched defs:Hasher (Results 1 – 3 of 3) sorted by relevance
117 struct Hasher { struct118 size_t operator()(const TimelineStatsKey& key) const { in operator()135 struct Hasher { struct155 std::unordered_map<LayerStatsKey, TimeStatsLayer, LayerStatsKey::Hasher> stats;
63 struct Hasher { struct64 size_t operator()(const GenericLayerMetadataEntry& entry) const { in operator()
31 Hasher() : mHash(0u) {} in Hasher() function