Searched refs:TypeHandlerSelector (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/debug/strace/
H A Dfcntl.cpp71 static TypeHandlerSelector::SelectMap kFcntlTypeHandlers;
94 new TypeHandlerSelector(kFcntlTypeHandlers,
H A DTypeHandler.h74 class TypeHandlerSelector : public TypeHandler { class in inherits:TypeHandler
78 TypeHandlerSelector(const SelectMap &, int sibling,
H A DTypeHandler.cpp257 TypeHandlerSelector::TypeHandlerSelector(const SelectMap &m, int sibling, function in class:TypeHandlerSelector
262 TypeHandlerSelector::GetParameterValue(Context &context, Parameter *param,
277 TypeHandlerSelector::GetReturnValue(Context &context, uint64 value)
H A Dioctl.cpp180 static TypeHandlerSelector::SelectMap kIoctlTypeHandlers;
196 new TypeHandlerSelector(kIoctlTypeHandlers,

Completed in 25 milliseconds