Home
last modified time | relevance | path

Searched refs:increment_action (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/spirit/home/classic/actor/
Dincrement_actor.hpp36 struct increment_action struct
51 inline ref_actor<T,increment_action> increment_a(T& ref_) in increment_a()
53 return ref_actor<T,increment_action>(ref_); in increment_a()
Dtypeof.hpp34 struct increment_action;
64 BOOST_TYPEOF_REGISTER_TYPE(BOOST_SPIRIT_CLASSIC_NS::increment_action)
/third_party/boost/boost/lambda/detail/
Doperator_lambda_func_base.hpp244 BOOST_LAMBDA_PREFIX_UNARY_ACTION(++, pre_increment_decrement_action<increment_action>)
250 BOOST_LAMBDA_POSTFIX_UNARY_ACTION(++, post_increment_decrement_action<increment_action>)
Doperator_actions.hpp50 class increment_action {}; class
Doperators.hpp322 BOOST_LAMBDA_UE(operator++, pre_increment_decrement_action<increment_action>)
343 BOOST_LAMBDA_POSTFIX_UE(operator++, post_increment_decrement_action<increment_action>)