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

/haiku/src/bin/debug/strace/
H A DTypeHandler.cpp35 return new TypeHandlerImpl<const void*>();
42 return new TypeHandlerImpl<const char*>();
52 TypeHandlerImpl<void>::GetParameterValue(Context &, Parameter *, const void *)
59 TypeHandlerImpl<void>::GetReturnValue(Context &, uint64 value)
68 return new TypeHandlerImpl<void>();
74 TypeHandlerImpl<bool>::GetParameterValue(Context &, Parameter *,
82 TypeHandlerImpl<bool>::GetReturnValue(Context &, uint64 value)
91 return new TypeHandlerImpl<bool>();
151 TypeHandlerImpl<const void*>::GetParameterValue(Context &context, Parameter *,
159 TypeHandlerImpl<cons
[all...]
H A DNetworkTypes.cpp98 TypeHandlerImpl<fd_set *>::GetParameterValue(Context &context, Parameter *,
110 TypeHandlerImpl<fd_set *>::GetReturnValue(Context &context, uint64 value)
275 TypeHandlerImpl<pollfd *>::GetParameterValue(Context &context, Parameter *,
287 TypeHandlerImpl<pollfd *>::GetReturnValue(Context &context, uint64 value)
440 TypeHandlerImpl<sockaddr *>::GetParameterValue(Context &context,
452 TypeHandlerImpl<sockaddr *>::GetReturnValue(Context &context, uint64 value)
752 return new TypeHandlerImpl<type>(); \
H A DTypeHandler.h174 class TypeHandlerImpl : public TypeHandler { class in inherits:TypeHandler

Completed in 83 milliseconds