Searched defs:OutlinedHashTreeRecord (Results 1 – 1 of 1) sorted by relevance
35 struct OutlinedHashTreeRecord { struct38 OutlinedHashTreeRecord() { HashTree = std::make_unique<OutlinedHashTree>(); } in OutlinedHashTreeRecord() function39 OutlinedHashTreeRecord(std::unique_ptr<OutlinedHashTree> HashTree) in OutlinedHashTreeRecord() function52 void merge(const OutlinedHashTreeRecord &Other) { in merge() argument57 bool empty() const { return HashTree->empty(); } in empty()