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

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp26 fCastedType(NULL),
36 fCastedType(other.fCastedType),
40 if (fCastedType != NULL)
41 fCastedType->AcquireReference();
47 if (fCastedType != NULL)
48 fCastedType->ReleaseReference();
59 SetCastedType(other.fCastedType);
77 if (fCastedType != NULL)
78 fCastedType
[all...]
H A DVariablesViewState.h38 { return fCastedType; }
53 Type* fCastedType; member in class:VariablesViewNodeInfo
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp274 fCastedType(NULL),
301 if (fCastedType != NULL)
302 fCastedType->ReleaseReference();
351 if (fCastedType != NULL)
352 return fCastedType;
395 return fCastedType;
400 if (fCastedType != NULL)
401 fCastedType->ReleaseReference();
403 fCastedType = type;
405 fCastedType
571 Type* fCastedType; member in class:VariablesView::ModelNode
[all...]

Completed in 41 milliseconds