/third_party/boost/boost/phoenix/bind/ |
D | bind_member_function.hpp | 26 struct member_function_ptr struct 30 member_function_ptr(FP fp_) in member_function_ptr() argument 48 bool operator==(member_function_ptr const& rhs) const in operator ==() argument 54 bool operator==(member_function_ptr<RhsRT, RhsFP> const& /*rhs*/) const in operator ==() argument 66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)> 72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind() 79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const> 85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind() 92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)> 98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind() [all …]
|
/third_party/boost/boost/phoenix/bind/detail/cpp03/ |
D | bind_member_function.hpp | 26 detail::member_function_ptr<0, RT, RT(ClassT::*)()> 31 typedef detail::member_function_ptr<0, RT, RT(ClassT::*)()> fp_type; in bind() 44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> 50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind() 62 detail::member_function_ptr<0, RT, RT(ClassT::*)()> 67 typedef detail::member_function_ptr<0, RT, RT(ClassT::*)()> fp_type; in bind() 81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> 86 typedef detail::member_function_ptr<0, RT, RT(ClassT::*)() const> fp_type; in bind() 140 detail::member_function_ptr< 154 typedef detail::member_function_ptr< in bind() [all …]
|
D | member_function_ptr.hpp | 23 struct member_function_ptr struct 28 member_function_ptr(FP fp_) in member_function_ptr() argument 33 bool operator==(member_function_ptr const & rhs) const in operator ==() argument 39 bool operator==(member_function_ptr<M, RhsRT, RhsFP> const &) const in operator ==() argument 96 <boost/phoenix/bind/detail/cpp03/member_function_ptr.hpp>))
|
/third_party/boost/boost/phoenix/bind/detail/cpp03/preprocessed/ |
D | bind_member_function_10.hpp | 23 detail::member_function_ptr< 37 typedef detail::member_function_ptr< in bind() 62 detail::member_function_ptr< 76 typedef detail::member_function_ptr< in bind() 100 detail::member_function_ptr< 114 typedef detail::member_function_ptr< in bind() 146 detail::member_function_ptr< 160 typedef detail::member_function_ptr< in bind() 185 detail::member_function_ptr< 199 typedef detail::member_function_ptr< in bind() [all …]
|
D | bind_member_function_20.hpp | 23 detail::member_function_ptr< 37 typedef detail::member_function_ptr< in bind() 62 detail::member_function_ptr< 76 typedef detail::member_function_ptr< in bind() 100 detail::member_function_ptr< 114 typedef detail::member_function_ptr< in bind() 146 detail::member_function_ptr< 160 typedef detail::member_function_ptr< in bind() 185 detail::member_function_ptr< 199 typedef detail::member_function_ptr< in bind() [all …]
|
D | bind_member_function_30.hpp | 23 detail::member_function_ptr< 37 typedef detail::member_function_ptr< in bind() 62 detail::member_function_ptr< 76 typedef detail::member_function_ptr< in bind() 100 detail::member_function_ptr< 114 typedef detail::member_function_ptr< in bind() 146 detail::member_function_ptr< 160 typedef detail::member_function_ptr< in bind() 185 detail::member_function_ptr< 199 typedef detail::member_function_ptr< in bind() [all …]
|
D | bind_member_function_40.hpp | 23 detail::member_function_ptr< 37 typedef detail::member_function_ptr< in bind() 62 detail::member_function_ptr< 76 typedef detail::member_function_ptr< in bind() 100 detail::member_function_ptr< 114 typedef detail::member_function_ptr< in bind() 146 detail::member_function_ptr< 160 typedef detail::member_function_ptr< in bind() 185 detail::member_function_ptr< 199 typedef detail::member_function_ptr< in bind() [all …]
|
D | bind_member_function_50.hpp | 23 detail::member_function_ptr< 37 typedef detail::member_function_ptr< in bind() 62 detail::member_function_ptr< 76 typedef detail::member_function_ptr< in bind() 100 detail::member_function_ptr< 114 typedef detail::member_function_ptr< in bind() 146 detail::member_function_ptr< 160 typedef detail::member_function_ptr< in bind() 185 detail::member_function_ptr< 199 typedef detail::member_function_ptr< in bind() [all …]
|
/third_party/boost/boost/python/detail/ |
D | referent_storage.hpp | 15 typedef int (alignment_dummy::*member_function_ptr)(); typedef 35 BOOST_PYTHON_ALIGNER(member_function_ptr, 10);
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | binders.hpp | 1455 struct member_function_ptr struct 1489 member_function_ptr(FPT fp) in member_function_ptr() function 1537 inline member_function_ptr<RT, ClassT> 1540 return member_function_ptr<RT, ClassT>(fptr); in bind() 1544 inline member_function_ptr<RT, ClassT const> 1547 return member_function_ptr<RT, ClassT const>(fptr); in bind() 1594 inline member_function_ptr<RT, ClassT, A> 1597 return member_function_ptr<RT, ClassT, A>(fptr); in bind() 1602 inline member_function_ptr<RT, ClassT const, A> 1605 return member_function_ptr<RT, ClassT const, A>(fptr); in bind() [all …]
|
/third_party/boost/libs/spirit/classic/phoenix/test/ |
D | binders_tests.cpp | 38 member_function_ptr<void, print_, int> print_foo1 = &print_::foo1; 39 member_function_ptr<void, print_, int, int> print_foo2 = &print_::foo2;
|
/third_party/boost/boost/move/detail/ |
D | type_traits.hpp | 935 typedef int (alignment_dummy::*member_function_ptr)(); typedef 958 member_function_ptr member_function_ptr_;
|