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

/haiku/src/kits/debugger/debug_info/
H A DImageDebugLoadingStateHandlerRoster.h39 bool RegisterHandler(
H A DImageDebugLoadingStateHandlerRoster.cpp100 if (!RegisterHandler(handler))
131 ImageDebugLoadingStateHandlerRoster::RegisterHandler( function in class:ImageDebugLoadingStateHandlerRoster
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandlerRoster.h44 bool RegisterHandler(ValueHandler* handler);
H A DValueHandlerRoster.cpp104 if (!RegisterHandler(handler)) \
178 ValueHandlerRoster::RegisterHandler(ValueHandler* handler) function in class:ValueHandlerRoster
/haiku/headers/private/debugger/value/
H A DTypeHandlerRoster.h49 bool RegisterHandler(TypeHandler* handler);
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp152 if (handler == NULL || !RegisterHandler(handler)) \
167 if (handler == NULL || !RegisterHandler(handler)) \
285 TypeHandlerRoster::RegisterHandler(TypeHandler* handler) function in class:TypeHandlerRoster

Completed in 47 milliseconds