Searched refs:HashNodeStable (Results 1 – 2 of 2) sorted by relevance
29 template <> struct MappingTraits<HashNodeStable> {30 static void mapping(IO &io, HashNodeStable &res) { in mapping()39 HashNodeStable NodeStable; in inputOne()81 HashNodeStable NodeStable; in deserialize()131 HashNodeStable NodeStable; in convertToStableData()153 const HashNodeStable &NodeStable = P.second; in convertFromStableData()
25 struct HashNodeStable { struct31 using IdHashNodeStableMapTy = std::map<unsigned, HashNodeStable>; argument