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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h155 VariablesExpressionInfo* fPendingTypecastInfo; member in class:VariablesView
H A DVariablesView.cpp1798 fPendingTypecastInfo(NULL),
1826 if (fPendingTypecastInfo != NULL)
1827 fPendingTypecastInfo->ReleaseReference();
2011 if (fPendingTypecastInfo != NULL)
2012 fPendingTypecastInfo->ReleaseReference();
2014 fPendingTypecastInfo = new(std::nothrow)
2016 if (fPendingTypecastInfo == NULL) {
2021 fPendingTypecastInfo->AddListener(this);
2022 fListener->ExpressionEvaluationRequested(fPendingTypecastInfo,
2218 if (fPendingTypecastInfo
[all...]

Completed in 45 milliseconds