Searched refs:NodeStable (Results 1 – 1 of 1) sorted by relevance
39 HashNodeStable NodeStable; in inputOne() local40 io.mapRequired(Key.str().c_str(), NodeStable); in inputOne()46 V.insert({Id, NodeStable}); in inputOne()64 for (const auto &[Id, NodeStable] : IdNodeStableMap) { in serialize()66 Writer.write<uint64_t>(NodeStable.Hash); in serialize()67 Writer.write<uint32_t>(NodeStable.Terminals); in serialize()68 Writer.write<uint32_t>(NodeStable.SuccessorIds.size()); in serialize()69 for (auto SuccessorId : NodeStable.SuccessorIds) in serialize()81 HashNodeStable NodeStable; in deserialize() local82 NodeStable.Hash = in deserialize()[all …]