Searched refs:FuncType (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
D | ufunction.h | 306 #define MEM_FUN_T(WrapperName, ClassName, ArgType, FuncType, CallType) \ argument 310 typedef Ret (T::*func_t) FuncType; \ 319 inline ClassName<Ret,T> WrapperName (Ret (T::*pf) FuncType) \ 329 #define EXT_MEM_FUN_T(ClassName, HostType, FuncType) \ argument 333 typedef Ret (T::*func_t)(V) FuncType; \ 343 inline ClassName<T,Ret,V> mem_fun (HostType p, Ret (T::*pf)(V) FuncType) \
|