Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/classic/test/
Dparametric_tests.cpp131 rule<> r3 = +f_str_p(const_(start), const_(end)); in narrow_f_str_p()
153 wrule_t r3 = +f_str_p(const_(start), const_(end)); in wide_f_str_p()
/third_party/boost/libs/spirit/classic/example/fundamental/
Dmatching_tags.cpp61 end_tag = "</" >> f_str_p(element.tag) >> '>'; in definition()
/third_party/boost/boost/spirit/home/classic/attribute/
Dparametric.hpp137 f_str_p(IterGenAT first, IterGenBT last) in f_str_p() function
Dclosure.hpp1068 f_str_p(::phoenix::actor<BaseT> const& a) in f_str_p() function
/third_party/boost/libs/spirit/classic/example/intermediate/simple_xml/
Dxml_g.hpp102 >> SP::f_str_p(tagged.ID) in definition()