Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dperl_matcher_common.hpp344 m_has_found_match = false; in match_prefix()
349 if(!m_has_found_match && m_has_partial_match && (m_match_flags & match_partial)) in match_prefix()
351 m_has_found_match = true; in match_prefix()
360 if(m_has_found_match && (match_extra & m_match_flags)) in match_prefix()
372 if(!m_has_found_match) in match_prefix()
377 return m_has_found_match; in match_prefix()
Dperl_matcher.hpp509 bool m_has_found_match; member in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
Dperl_matcher_recursive.hpp1012 m_has_found_match = true; in match_match()
Dperl_matcher_non_recursive.hpp1105 m_has_found_match = true; in match_match()