Searched refs:tempPiece (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/debugger/types/
H A DValueLocation.cpp128 const ValuePieceLocation& tempPiece = other.PieceAt(i); local
129 if (tempPiece.bitSize > bitsToSkip) {
130 if (!piece.Copy(tempPiece))
134 bitsToSkip -= tempPiece.bitSize;
173 const ValuePieceLocation& tempPiece = other.PieceAt(i); local
174 if (tempPiece.bitSize > bitsToSkip) {
175 if (!piece.Copy(tempPiece))

Completed in 85 milliseconds