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

/haiku/src/kits/debugger/types/
H A DValueLocation.cpp74 fPieces(other.fPieces),
218 fPieces.clear();
228 fPieces.push_back(piece);
233 if (fPieces.size() == 1)
245 return fPieces.size();
252 if (index < 0 || index >= (int32)fPieces.size())
255 return fPieces[index];
262 if (index < 0 || index >= (int32)fPieces.size())
265 return fPieces[inde
[all...]
/haiku/headers/private/debugger/types/
H A DValueLocation.h179 PieceVector fPieces; member in class:ValueLocation

Completed in 84 milliseconds