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

/haiku/headers/private/debugger/types/
H A DValueLocation.h128 bool SetToValue(const void* data, target_size_t size) function in struct:ValuePieceLocation
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp650 if (!_piece->SetToValue(fDataReader.Data(), length))
665 if (!_piece->SetToValue(&value, sizeof(target_addr_t)))
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1959 if (!piece.SetToValue(value.Bytes(), value.Size())
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3303 if (!piece.SetToValue(valueData.Bytes(), valueData.Size())

Completed in 85 milliseconds