Searched defs:StableHashWorker (Results 1 – 1 of 1) sorted by relevance
60 struct StableHashWorker { struct61 StableHashWorker(const Graph& graph, std::unordered_map<Id, HashValue>& cache) in StableHashWorker() function64 HashValue operator()(Id id) { in operator ()()72 HashValue operator()(const Special& x) { in operator ()()83 HashValue operator()(const PointerReference& x) { in operator ()()88 HashValue operator()(const PointerToMember& x) { in operator ()()93 HashValue operator()(const Typedef& x) { in operator ()()97 HashValue operator()(const Qualified& x) { in operator ()()102 HashValue operator()(const Primitive& x) { in operator ()()106 HashValue operator()(const Array& x) { in operator ()()[all …]