Searched refs:FunctionInterceptor (Results 1 – 1 of 1) sorted by relevance
54 struct FunctionInterceptor { struct55 static void Execute() { FunctionInterceptor<LINE-1>::Execute(); } in Execute() argument60 struct FunctionInterceptor<0> { struct65 template <> struct FunctionInterceptor<__LINE__> { \ argument70 FunctionInterceptor<__LINE__ - 1>::Execute(); \84 #define INTERCEPT_HOOKS FunctionInterceptor<__LINE__>::Execute