Symbol: ValuePieceLocation
headers/private/debugger/types/ValueLocation.h
141
ValuePieceLocation& Normalize(bool bigEndian);
headers/private/debugger/types/ValueLocation.h
150
const ValuePieceLocation& piece);
headers/private/debugger/types/ValueLocation.h
165
bool AddPiece(const ValuePieceLocation& piece);
headers/private/debugger/types/ValueLocation.h
168
ValuePieceLocation PieceAt(int32 index) const;
headers/private/debugger/types/ValueLocation.h
170
const ValuePieceLocation& piece);
headers/private/debugger/types/ValueLocation.h
176
typedef std::vector<ValuePieceLocation> PieceVector;
headers/private/debugger/types/ValueLocation.h
45
ValuePieceLocation()
headers/private/debugger/types/ValueLocation.h
53
ValuePieceLocation(const ValuePieceLocation& other)
headers/private/debugger/types/ValueLocation.h
59
~ValuePieceLocation()
headers/private/debugger/types/ValueLocation.h
65
ValuePieceLocation& operator=(const ValuePieceLocation& other)
headers/private/debugger/types/ValueLocation.h
73
bool Copy(const ValuePieceLocation& other)
headers/private/debugger/types/ValueLocation.h
75
memcpy((void*)this, (void*)&other, sizeof(ValuePieceLocation));
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
3301
ValuePieceLocation piece;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
747
ValuePieceLocation piece;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
753
ValuePieceLocation piece;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
763
ValuePieceLocation piece;
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
832
ValuePieceLocation piece;
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
838
ValuePieceLocation piece;
src/kits/debugger/debug_info/DwarfTypes.cpp
1162
ValuePieceLocation piece;
src/kits/debugger/debug_info/DwarfTypes.cpp
325
ValuePieceLocation piece;
src/kits/debugger/debug_info/DwarfTypes.cpp
363
ValuePieceLocation piece;
src/kits/debugger/debug_info/DwarfTypes.cpp
399
ValuePieceLocation piece;
src/kits/debugger/debug_info/DwarfTypes.cpp
436
ValuePieceLocation piece;
src/kits/debugger/debug_info/DwarfTypes.cpp
938
const ValuePieceLocation& piece = parentLocation.PieceAt(0);
src/kits/debugger/debug_info/DwarfTypes.cpp
973
ValuePieceLocation piece;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
172
ValuePieceLocation piece;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
187
ValuePieceLocation piece;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
235
ValuePieceLocation piece;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
269
DwarfExpressionEvaluator::_Evaluate(ValuePieceLocation* _piece)
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
15
struct ValuePieceLocation;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.h
83
status_t _Evaluate(ValuePieceLocation* _piece);
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1958
ValuePieceLocation piece;
src/kits/debugger/types/ValueLocation.cpp
107
const ValuePieceLocation &piece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
126
ValuePieceLocation piece;
src/kits/debugger/types/ValueLocation.cpp
128
const ValuePieceLocation& tempPiece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
15
ValuePieceLocation&
src/kits/debugger/types/ValueLocation.cpp
16
ValuePieceLocation::Normalize(bool bigEndian)
src/kits/debugger/types/ValueLocation.cpp
171
ValuePieceLocation piece;
src/kits/debugger/types/ValueLocation.cpp
173
const ValuePieceLocation& tempPiece = other.PieceAt(i);
src/kits/debugger/types/ValueLocation.cpp
223
ValueLocation::AddPiece(const ValuePieceLocation& piece)
src/kits/debugger/types/ValueLocation.cpp
249
ValuePieceLocation
src/kits/debugger/types/ValueLocation.cpp
253
return ValuePieceLocation();
src/kits/debugger/types/ValueLocation.cpp
260
ValueLocation::SetPieceAt(int32 index, const ValuePieceLocation& piece)
src/kits/debugger/types/ValueLocation.cpp
286
const ValuePieceLocation& piece = fPieces[i];
src/kits/debugger/types/ValueLocation.cpp
64
ValueLocation::ValueLocation(bool bigEndian, const ValuePieceLocation& piece)
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
150
ValuePieceLocation piece;
src/kits/debugger/value/value_nodes/BListValueNode.cpp
88
ValuePieceLocation piece;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
604
ValuePieceLocation piece;
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
80
ValuePieceLocation piece;
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
84
ValuePieceLocation piece;