Searched refs:SuccessorIds (Results 1 – 2 of 2) sorted by relevance
33 io.mapRequired("SuccessorIds", res.SuccessorIds); in mapping()68 Writer.write<uint32_t>(NodeStable.SuccessorIds.size()); in serialize()69 for (auto SuccessorId : NodeStable.SuccessorIds) in serialize()89 NodeStable.SuccessorIds.push_back( in deserialize()135 NodeStable.SuccessorIds.push_back(NodeIdMap[P.second.get()]); in convertToStableData()141 llvm::sort(P.second.SuccessorIds); in convertToStableData()161 for (auto SuccessorId : NodeStable.SuccessorIds) { in convertFromStableData()
28 std::vector<unsigned> SuccessorIds; member