Home
last modified time | relevance | path

Searched defs:PairHash (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dhash.h159 struct PairHash { struct
162 std::size_t operator()(const std::pair<T, U> &x) const in operator()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h57 struct PairHash { struct
67 using ArrayMap = ArenaUnorderedMap<std::pair<Type *, bool>, ETSArrayType *, PairHash>; argument