Searched refs:DeltaTreeInteriorNode (Results 1 – 1 of 1) sorted by relevance
64 friend class DeltaTreeInteriorNode;124 class DeltaTreeInteriorNode : public DeltaTreeNode { class129 ~DeltaTreeInteriorNode() { in ~DeltaTreeInteriorNode()137 DeltaTreeInteriorNode(const InsertResult &IR) in DeltaTreeInteriorNode() function in __anonb4cff6540111::DeltaTreeInteriorNode166 delete cast<DeltaTreeInteriorNode>(this); in Destroy()175 if (auto *IN = dyn_cast<DeltaTreeInteriorNode>(this)) in RecomputeFullDeltaLocally()232 auto *IN = cast<DeltaTreeInteriorNode>(this); in DoInsertion()266 DeltaTreeInteriorNode *InsertSide; in DoInsertion()309 if (auto *IN = dyn_cast<DeltaTreeInteriorNode>(this)) { in DoSplit()312 DeltaTreeInteriorNode *New = new DeltaTreeInteriorNode(); in DoSplit()[all …]