Searched refs:RopePieceBTreeLeaf (Results 1 – 1 of 1) sorted by relevance
135 class RopePieceBTreeLeaf : public RopePieceBTreeNode { class146 RopePieceBTreeLeaf **PrevLeaf, *NextLeaf;148 RopePieceBTreeLeaf() : RopePieceBTreeNode(true), NumPieces(0), in RopePieceBTreeLeaf() function in __anon348cbf840311::RopePieceBTreeLeaf150 ~RopePieceBTreeLeaf() { in ~RopePieceBTreeLeaf()172 const RopePieceBTreeLeaf *getNextLeafInOrder() const { return NextLeaf; } in getNextLeafInOrder()173 void insertAfterLeafInOrder(RopePieceBTreeLeaf *Node) { in insertAfterLeafInOrder()234 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split()275 RopePieceBTreeNode *RopePieceBTreeLeaf::insert(unsigned Offset, in insert()308 RopePieceBTreeLeaf *NewNode = new RopePieceBTreeLeaf(); in insert()336 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase()[all …]