Searched refs:getNumPieces (Results 1 – 1 of 1) sorted by relevance
165 unsigned getNumPieces() const { return NumPieces; } in getNumPieces() function in __anon4d9c27d40111::RopePieceBTreeLeaf168 assert(i < getNumPieces() && "Invalid piece ID"); in getPiece()198 for (unsigned i = 0, e = getNumPieces(); i != e; ++i) in FullRecomputeSizeLocally()279 unsigned i = 0, e = getNumPieces(); in insert()359 for (; i != getNumPieces(); ++i) in erase()363 std::fill(&Pieces[getNumPieces() - NumDeleted], &Pieces[getNumPieces()], in erase()680 while (CurNode && getCN(CurNode)->getNumPieces() == 0) in RopePieceBTreeIterator()692 &getCN(CurNode)->getPiece(getCN(CurNode)->getNumPieces() - 1)) { in MoveToNextPiece()701 while (CurNode && getCN(CurNode)->getNumPieces() == 0); in MoveToNextPiece()