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

/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h131 BString fPresentationName; member in class:BMessageValueNode::BMessageFieldNodeChild
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp712 fPresentationName(name),
723 fPresentationName.SetToFormat("[%" B_PRId32 "]", fFieldIndex);
737 return fPresentationName;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp280 fPresentationName()
340 return fPresentationName.IsEmpty()
341 ? fNodeChild->Name() : fPresentationName;
346 fPresentationName = name;
578 BString fPresentationName; member in class:VariablesView::ModelNode

Completed in 48 milliseconds