Home
last modified time | relevance | path

Searched refs:concat_match (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/spirit/home/classic/utility/
Dloops.hpp67 scan.concat_match(hit, next); in parse()
149 scan.concat_match(hit, next); in parse()
233 scan.concat_match(hit, next); in parse()
/third_party/boost/boost/spirit/home/classic/core/composite/
Dkleene_star.hpp67 scan.concat_match(hit, next); in parse()
Dpositive.hpp69 scan.concat_match(hit, next); in parse()
Dsequence.hpp63 scan.concat_match(ma, mb); in parse()
Dsequential_or.hpp68 scan.concat_match(ma, mb); in parse()
/third_party/boost/libs/spirit/classic/example/fundamental/
Dthousand_separated.cpp72 scan.concat_match(hit, next); in parse_n()
/third_party/boost/libs/spirit/classic/test/
Dmatch_tests.cpp159 mp.concat_match(m1, m2); in match_policy_tests()
Dnumerics_tests.cpp65 scan.concat_match(hit, next); in parse_n()
/third_party/boost/boost/spirit/home/classic/core/scanner/
Dscanner.hpp98 void concat_match(Match1T& l, Match2T const& r) const in concat_match() function
/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp724 static void concat_match(Match1T& a, Match2T const& b) in concat_match() function