Home
last modified time | relevance | path

Searched refs:f_ch_p (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/spirit/classic/test/
Dclosure_tests.cpp104 rev = anychar_p[rev.ch = arg1] >> !rev >> f_ch_p(rev.ch); in closure_tests()
115 rev2 = anychar_p[rev2.ch = arg1] >> !rev2 >> f_ch_p(rev2.ch) in closure_tests()
122 rev2 = anychar_p[rev2.ch = arg1] >> !rev2 >> f_ch_p(rev2.ch) in closure_tests()
Dparametric_tests.cpp56 rule<> r = anychar_p[var(ch) = arg1] >> *f_ch_p(const_(ch)); in narrow_f_ch_p()
73 wrule_t r = anychar_p[var(ch) = arg1] >> *f_ch_p(const_(ch)); in wide_f_ch_p()
/third_party/boost/boost/spirit/home/classic/attribute/
Dparametric.hpp41 f_ch_p(ChGenT chgen) in f_ch_p() function