Searched refs:getNumPieces (Results 1 – 1 of 1) sorted by relevance
166 unsigned getNumPieces() const { return NumPieces; } in getNumPieces() function in __anon9c3899f80111::RopePieceBTreeLeaf169 assert(i < getNumPieces() && "Invalid piece ID"); in getPiece()199 for (unsigned i = 0, e = getNumPieces(); i != e; ++i) in FullRecomputeSizeLocally()282 unsigned i = 0, e = getNumPieces(); in insert()362 for (; i != getNumPieces(); ++i) in erase()366 std::fill(&Pieces[getNumPieces()-NumDeleted], &Pieces[getNumPieces()], in erase()684 while (CurNode && getCN(CurNode)->getNumPieces() == 0) in RopePieceBTreeIterator()695 if (CurPiece != &getCN(CurNode)->getPiece(getCN(CurNode)->getNumPieces()-1)) { in MoveToNextPiece()704 while (CurNode && getCN(CurNode)->getNumPieces() == 0); in MoveToNextPiece()