Home
last modified time | relevance | path

Searched defs:function_ptr (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/phoenix/bind/
Dbind_function.hpp25 struct function_ptr struct
27 typedef RT result_type;
29 function_ptr(FP fp_) in function_ptr() function
33 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;
/third_party/boost/boost/phoenix/bind/detail/cpp03/
Dfunction_ptr.hpp23 struct function_ptr : function_ptr_impl<N>::template impl<RT, FP> struct
25 typedef typename function_ptr_impl<N>::template impl<RT, FP> base;
27 function_ptr(FP fp_) in function_ptr() argument
32 bool operator==(function_ptr const & rhs) const in operator ==()
38 bool operator==(function_ptr<M, RhsRT, RhsFP> const & /*rhs*/) const in operator ==()
/third_party/boost/libs/callable_traits/example/
Dfunction_type.cpp35 using function_ptr = void(*)(int, float&, const char*); in main() typedef
Dargs.cpp45 using function_ptr = void(*)(int, float&, const char*); in main() typedef
/third_party/boost/boost/python/detail/
Dreferent_storage.hpp13 typedef void (*function_ptr)(); typedef
/third_party/boost/libs/assign/test/
Dlist_inserter.cpp37 void function_ptr( int ) in function_ptr() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dptr_ref_test.cc80 auto* function_ptr = in TEST_F() local
/third_party/boost/boost/spirit/home/classic/phoenix/
Dbinders.hpp550 struct function_ptr struct
581 > action_t;
584 function_ptr(FPT fp) in function_ptr() function
/third_party/boost/boost/move/detail/
Dtype_traits.hpp933 typedef void (*function_ptr)(); typedef