Searched refs:SupportsType (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/debugger/value/type_handlers/
H A DBMessageTypeHandler.cpp28 BMessageTypeHandler::SupportsType(Type* type) const function in class:BMessageTypeHandler
42 if (SupportsType(type) == 0.0f)
H A DBListTypeHandler.cpp28 BListTypeHandler::SupportsType(Type* type) const function in class:BListTypeHandler
43 if (SupportsType(type) == 0.0f)
H A DBMessageTypeHandler.h17 virtual float SupportsType(Type* type) const;
H A DBListTypeHandler.h17 virtual float SupportsType(Type* type) const;
H A DCStringTypeHandler.h17 virtual float SupportsType(Type* type) const;
H A DCStringTypeHandler.cpp30 CStringTypeHandler::SupportsType(Type* type) const function in class:CStringTypeHandler
74 if (SupportsType(type) == 0.0f)
/haiku/headers/private/debugger/value/
H A DTypeHandler.h23 virtual float SupportsType(Type* type) const = 0;
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp32 return a->SupportsType(type) > b->SupportsType(type) ? 1 : -1;
50 virtual float SupportsType(Type* type) const function in class:__anon1715::BasicTypeHandler
185 if (handler->SupportsType(type) > 0)
204 float support = handler->SupportsType(type);
233 if (handler->SupportsType(type) > 0) {

Completed in 44 milliseconds