Symbol: fTypeHandler
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
27
fTypeHandler(NULL),
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
37
fTypeHandler(other.fTypeHandler),
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
50
if (fTypeHandler != NULL)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
51
fTypeHandler->ReleaseReference();
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
60
SetTypeHandler(other.fTypeHandler);
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
89
if (fTypeHandler != NULL)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
90
fTypeHandler->ReleaseReference();
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
92
fTypeHandler = handler;
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
93
if (fTypeHandler != NULL)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
94
fTypeHandler->AcquireReference();
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
42
{ return fTypeHandler; }
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
54
TypeHandler* fTypeHandler;
src/apps/debugger/user_interface/gui/team_window/TypeHandlerMenuItem.cpp
23
if (fTypeHandler != NULL)
src/apps/debugger/user_interface/gui/team_window/TypeHandlerMenuItem.cpp
24
fTypeHandler->ReleaseReference();
src/apps/debugger/user_interface/gui/team_window/TypeHandlerMenuItem.cpp
34
fTypeHandler->AcquireReference();
src/apps/debugger/user_interface/gui/team_window/TypeHandlerMenuItem.cpp
45
fTypeHandler = handler;
src/apps/debugger/user_interface/gui/team_window/TypeHandlerMenuItem.h
28
TypeHandler* fTypeHandler;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
274
fTypeHandler(NULL),
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
303
if (fTypeHandler != NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
304
fTypeHandler->ReleaseReference();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
409
return fTypeHandler;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
414
if (fTypeHandler != NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
415
fTypeHandler->ReleaseReference();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
417
fTypeHandler = handler;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
418
if (fTypeHandler != NULL)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
419
fTypeHandler->AcquireReference();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
571
TypeHandler* fTypeHandler;