Symbol: AddPiece
headers/private/debugger/types/ValueLocation.h
165
bool AddPiece(const ValuePieceLocation& piece);
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3303
|| !location->AddPiece(piece)) {
src/kits/debugger/arch/x86/ArchitectureX86.cpp
750
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86/ArchitectureX86.cpp
756
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86/ArchitectureX86.cpp
760
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86/ArchitectureX86.cpp
767
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
835
if (!location->AddPiece(piece))
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
842
if (!location->AddPiece(piece))
src/kits/debugger/debug_info/DwarfTypes.cpp
1174
if (!location->AddPiece(piece))
src/kits/debugger/debug_info/DwarfTypes.cpp
349
if (location == NULL || !location->AddPiece(piece)) {
src/kits/debugger/debug_info/DwarfTypes.cpp
372
if (!location.AddPiece(piece))
src/kits/debugger/debug_info/DwarfTypes.cpp
978
if (!location->AddPiece(piece))
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
175
return _location.AddPiece(piece) ? B_OK : B_NO_MEMORY;
src/kits/debugger/dwarf/DwarfExpressionEvaluator.cpp
197
return _location.AddPiece(piece) ? B_OK : B_NO_MEMORY;
src/kits/debugger/source_language/c_family/CLanguageExpressionEvaluator.cpp
1960
|| !location->AddPiece(piece)) {
src/kits/debugger/types/ValueLocation.cpp
154
if (!AddPiece(piece))
src/kits/debugger/types/ValueLocation.cpp
199
if (!AddPiece(piece))
src/kits/debugger/types/ValueLocation.cpp
68
AddPiece(piece);
src/kits/debugger/types/ValueLocation.cpp
91
return AddPiece(piece);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
153
location->AddPiece(piece);
src/kits/debugger/value/value_nodes/BListValueNode.cpp
91
location->AddPiece(piece);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
608
location.AddPiece(piece);
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
84
location->AddPiece(piece);