Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_full/test/
Dtesting.hpp125 iter_t tem_first = tem.begin(); in compare() local
129 while (in_first != in_last && tem_first != tem_last) in compare()
131 if (is_regex(tem_first, tem_last, re, re_prefix, re_suffix)) in compare()
151 if (*in_first++ != *tem_first++) in compare()
158 while (tem_first != tem_last) in compare()
160 if (!std::isspace(*tem_first++)) in compare()