Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp221 return m_recursive_result; in match_all_states()
225 return m_recursive_result; in match_all_states()
1258 m_recursive_result = have_match; in unwind()
1269 cont = (this->*unwinder)(m_recursive_result); in unwind()
1332 m_recursive_result = pmp->positive ? r : !r; in unwind_assertion()
Dperl_matcher.hpp575 bool m_recursive_result; member in boost::BOOST_REGEX_DETAIL_NS::perl_matcher