Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_full/test/
Dtesting.hpp48 , char const* re_prefix = "<%"
65 , char const* re_prefix = "<%"
94 , char const* re_prefix in is_regex() argument
98 boost::regex e(re_prefix + std::string("(.*?)") + re_suffix); in is_regex()
116 , char const* re_prefix in compare() argument
131 if (is_regex(tem_first, tem_last, re, re_prefix, re_suffix)) in compare()
226 , char const* re_prefix in compare() argument
233 auto result = compare(output, expected, re_prefix, re_suffix); in compare()