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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp3330 StringValue* explicitValue = new(std::nothrow) StringValue( local
3332 if (explicitValue == NULL)
3335 child->Node()->SetLocationAndValue(NULL, explicitValue, B_OK);

Completed in 84 milliseconds