Home
last modified time | relevance | path

Searched refs:function_base (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/spirit/home/support/utree/
Dutree.hpp242 struct function_base struct
244 virtual ~function_base() {} in ~function_base() argument
250 virtual function_base* clone() const = 0;
254 struct stored_function : function_base
261 virtual function_base* clone() const;
265 struct referenced_function : function_base
272 virtual function_base* clone() const;
439 utree(function_base const&);
440 reference operator=(function_base const&);
441 utree(function_base*);
[all …]
Doperators.hpp118 bool operator()(function_base const&, function_base const&) const in operator ()()
188 bool operator()(function_base const&, function_base const&) const in operator ()()
275 void operator()(function_base const&) const in operator ()()
/third_party/boost/boost/function/
Dfunction_base.hpp600 class function_base class
603 function_base() : vtable(0) { } in function_base() function in boost::function_base
715 inline bool operator==(const function_base& f, in operator ==()
721 inline bool operator!=(const function_base& f, in operator !=()
728 const function_base& f) in operator ==()
734 const function_base& f) in operator !=()
743 inline bool operator==(const function_base& f, Functor g) in operator ==()
750 inline bool operator==(Functor g, const function_base& f) in operator ==()
757 inline bool operator!=(const function_base& f, Functor g) in operator !=()
764 inline bool operator!=(Functor g, const function_base& f) in operator !=()
[all …]
Dfunction_template.hpp662 class BOOST_FUNCTION_FUNCTION : public function_base
706 BOOST_DEFAULTED_FUNCTION(BOOST_FUNCTION_FUNCTION(), : function_base() {}) in BOOST_FUNCTION_FUNCTION()
718 function_base()
730 function_base() in BOOST_FUNCTION_FUNCTION()
736 BOOST_FUNCTION_FUNCTION(clear_type*) : function_base() { } in BOOST_FUNCTION_FUNCTION()
738 BOOST_FUNCTION_FUNCTION(int zero) : function_base() in BOOST_FUNCTION_FUNCTION()
744 BOOST_FUNCTION_FUNCTION(const BOOST_FUNCTION_FUNCTION& f) : function_base() in BOOST_FUNCTION_FUNCTION()
750 BOOST_FUNCTION_FUNCTION(BOOST_FUNCTION_FUNCTION&& f) : function_base() in BOOST_FUNCTION_FUNCTION()
/third_party/boost/libs/asio/example/cpp14/executors/
Dfork_join.cpp65 struct function_base struct in fork_join_pool
68 void (*execute_)(std::shared_ptr<function_base>& p); argument
86 std::shared_ptr<function_base>& p) in execute()
122 void do_execute(std::shared_ptr<function_base> p, in do_execute()
150 std::queue<std::shared_ptr<function_base>> queue_;
203 struct function : fork_join_pool::function_base
209 execute_ = [](std::shared_ptr<fork_join_pool::function_base>& p) in function()
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dfork_join.cpp65 struct function_base struct in fork_join_pool
68 void (*execute_)(std::shared_ptr<function_base>& p); argument
86 std::shared_ptr<function_base>& p) in execute()
122 void do_execute(std::shared_ptr<function_base> p, in do_execute()
150 std::queue<std::shared_ptr<function_base>> queue_;
203 struct function : fork_join_pool::function_base
209 execute_ = [](std::shared_ptr<fork_join_pool::function_base>& p) in function()
/third_party/boost/libs/asio/example/cpp11/executors/
Dfork_join.cpp65 struct function_base struct in fork_join_pool
68 void (*execute_)(std::shared_ptr<function_base>& p); argument
86 std::shared_ptr<function_base>& p) in execute()
122 void do_execute(std::shared_ptr<function_base> p, in do_execute()
150 std::queue<std::shared_ptr<function_base>> queue_;
203 struct function : fork_join_pool::function_base
209 execute_ = [](std::shared_ptr<fork_join_pool::function_base>& p) in function()
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp661 function_base*
691 function_base*
789 inline utree::utree(function_base const& pf_) in utree()
796 inline utree::utree(function_base* pf_) in utree()
946 inline utree& utree::operator=(function_base const& pf_) in operator =()
954 inline utree& utree::operator=(function_base* pf_) in operator =()
/third_party/boost/doc/html/
Ddoc_HTML.manifest1268 boost/function_base.html