Searched refs:concat_match (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/spirit/home/classic/utility/ |
D | loops.hpp | 67 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/ |
D | kleene_star.hpp | 67 scan.concat_match(hit, next); in parse()
|
D | positive.hpp | 69 scan.concat_match(hit, next); in parse()
|
D | sequence.hpp | 63 scan.concat_match(ma, mb); in parse()
|
D | sequential_or.hpp | 68 scan.concat_match(ma, mb); in parse()
|
/third_party/boost/libs/spirit/classic/example/fundamental/ |
D | thousand_separated.cpp | 72 scan.concat_match(hit, next); in parse_n()
|
/third_party/boost/libs/spirit/classic/test/ |
D | match_tests.cpp | 159 mp.concat_match(m1, m2); in match_policy_tests()
|
D | numerics_tests.cpp | 65 scan.concat_match(hit, next); in parse_n()
|
/third_party/boost/boost/spirit/home/classic/core/scanner/ |
D | scanner.hpp | 98 void concat_match(Match1T& l, Match2T const& r) const in concat_match() function
|
/third_party/boost/boost/spirit/home/classic/tree/ |
D | common.hpp | 724 static void concat_match(Match1T& a, Match2T const& b) in concat_match() function
|