Symbol: PieceAt
headers/private/debugger/types/ValueLocation.h
168
ValuePieceLocation PieceAt(int32 index) const;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1453
ValuePieceLocation piece = location->PieceAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
1556
ValuePieceLocation piece = location->PieceAt(i);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2148
ValuePieceLocation piece = location->PieceAt(0);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2660
if (location->PieceAt(0).type == VALUE_PIECE_LOCATION_MEMORY) {
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2665
message->AddUInt64("address", location->PieceAt(0).address);
src/kits/debugger/debug_info/DwarfTypes.cpp
1163
if (!piece.Copy(parentLocation.PieceAt(0)))
src/kits/debugger/debug_info/DwarfTypes.cpp
326
if (!piece.Copy(objectLocation.PieceAt(0)))
src/kits/debugger/debug_info/DwarfTypes.cpp
400
if (!piece.Copy(_location.PieceAt(i)))
src/kits/debugger/debug_info/DwarfTypes.cpp
437
if (!piece.Copy(_location.PieceAt(0)))
src/kits/debugger/debug_info/DwarfTypes.cpp
938
const ValuePieceLocation& piece = parentLocation.PieceAt(0);
src/kits/debugger/debug_info/DwarfTypes.cpp
974
if (!piece.Copy(parentLocation.PieceAt(0)))
src/kits/debugger/types/ValueLocation.cpp
107
const ValuePieceLocation &piece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
128
const ValuePieceLocation& tempPiece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
160
if (!piece.Copy(other.PieceAt(i)))
src/kits/debugger/types/ValueLocation.cpp
173
const ValuePieceLocation& tempPiece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
205
if (!piece.Copy(other.PieceAt(i)))
src/kits/debugger/types/ValueLocation.cpp
87
ValuePieceLocation piece = other.PieceAt(0);
src/kits/debugger/value/ValueLoader.cpp
101
ValuePieceLocation piece = location->PieceAt(
src/kits/debugger/value/ValueLoader.cpp
50
ValuePieceLocation piece = location->PieceAt(i);
src/kits/debugger/value/ValueWriter.cpp
53
const ValuePieceLocation piece = location->PieceAt(i);
src/kits/debugger/value/ValueWriter.cpp
67
ValuePieceLocation piece = location->PieceAt(
src/kits/debugger/value/value_nodes/BListValueNode.cpp
274
fItemCountLocation = memberLocation->PieceAt(0).address;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
176
headerAddress.SetTo(location->PieceAt(0).address);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
81
piece.SetToMemory(parentLocation->PieceAt(0).address
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
79
addressData.SetTo(location->PieceAt(0).address);