Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_full/test/
Dtesting.hpp49 , char const* re_suffix = "%>"
66 , char const* re_suffix = "%>"
95 , char const* re_suffix in is_regex() argument
98 boost::regex e(re_prefix + std::string("(.*?)") + re_suffix); in is_regex()
117 , char const* re_suffix in compare() argument
131 if (is_regex(tem_first, tem_last, re, re_prefix, re_suffix)) in compare()
227 , char const* re_suffix in compare() argument
233 auto result = compare(output, expected, re_prefix, re_suffix); in compare()