Searched defs:PairHash (Results 1 – 2 of 2) sorted by relevance
159 struct PairHash { struct162 std::size_t operator()(const std::pair<T, U> &x) const in operator()
57 struct PairHash { struct67 using ArrayMap = ArenaUnorderedMap<std::pair<Type *, bool>, ETSArrayType *, PairHash>; argument