Searched refs:UnFoo (Results 1 – 1 of 1) sorted by relevance
1205 class UnFoo { class1210 template<void (UnFoo::*methptr)()>1213 static void call_method_ptr(UnFoo *f) { in call_method_ptr()1220 void call_method_ptr_inst(UnFoo* f) { in call_method_ptr_inst()1221 MCaller<&UnFoo::foo>::call_method_ptr(f); in call_method_ptr_inst()