Searched defs:Hasher (Results 1 – 3 of 3) sorted by relevance
114 struct Hasher { struct115 size_t operator()(const TimelineStatsKey& key) const { in operator()132 struct Hasher { struct152 std::unordered_map<LayerStatsKey, TimeStatsLayer, LayerStatsKey::Hasher> stats;
62 struct Hasher { struct63 size_t operator()(const GenericLayerMetadataEntry& entry) const { in operator()
31 Hasher() : mHash(0u) {} in Hasher() function