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

/haiku/headers/private/shared/
H A DFunctionObject.h233 class ThreeParamFunctionObject : public FunctionObject { class in namespace:BPrivate
235 ThreeParamFunctionObject(void (*callThis)(Param1, Param2, Param3), function in class:BPrivate::ThreeParamFunctionObject
514 ThreeParamFunctionObject<Param1, Param2, Param3>*
518 return new ThreeParamFunctionObject<Param1, Param2, Param3>

Completed in 27 milliseconds