Searched defs:function_ptr (Results 1 – 9 of 9) sorted by relevance
25 struct function_ptr struct27 typedef RT result_type;29 function_ptr(FP fp_) in function_ptr() function33 result_type operator()(A&... a) const in operator ()()38 bool operator==(function_ptr const& rhs) const in operator ==()44 bool operator==(function_ptr<RhsRT, RhsFP> const& /*rhs*/) const in operator ==()49 FP fp;
23 struct function_ptr : function_ptr_impl<N>::template impl<RT, FP> struct25 typedef typename function_ptr_impl<N>::template impl<RT, FP> base;27 function_ptr(FP fp_) in function_ptr() argument32 bool operator==(function_ptr const & rhs) const in operator ==()38 bool operator==(function_ptr<M, RhsRT, RhsFP> const & /*rhs*/) const in operator ==()
35 using function_ptr = void(*)(int, float&, const char*); in main() typedef
45 using function_ptr = void(*)(int, float&, const char*); in main() typedef
13 typedef void (*function_ptr)(); typedef
37 void function_ptr( int ) in function_ptr() function
80 auto* function_ptr = in TEST_F() local
550 struct function_ptr struct581 > action_t;584 function_ptr(FPT fp) in function_ptr() function
933 typedef void (*function_ptr)(); typedef