Home
last modified time | relevance | path

Searched refs:decrement_a (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/classic/actor/
Ddecrement_actor.hpp51 inline ref_actor<T,decrement_action> decrement_a(T& ref_) in decrement_a() function
/third_party/boost/libs/spirit/classic/test/actor/
Ddecrement_test.cpp33 hit = int_p[ decrement_a(hm)].parse(scan); in decrement_action_test()