Searched refs:HashTree (Results 1 – 2 of 2) sorted by relevance
36 std::unique_ptr<OutlinedHashTree> HashTree; member38 OutlinedHashTreeRecord() { HashTree = std::make_unique<OutlinedHashTree>(); } in OutlinedHashTreeRecord()39 OutlinedHashTreeRecord(std::unique_ptr<OutlinedHashTree> HashTree) in OutlinedHashTreeRecord()40 : HashTree(std::move(HashTree)) {}; in OutlinedHashTreeRecord()53 HashTree->merge(Other.HashTree.get()); in merge()57 bool empty() const { return HashTree->empty(); } in empty()
118 HashTree->walkGraph( in convertToStableData()148 IdNodeMap[0] = HashTree->getRoot(); in convertFromStableData()