Searched refs:m_has_found_match (Results 1 – 4 of 4) sorted by relevance
344 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()
509 bool m_has_found_match; member in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
1012 m_has_found_match = true; in match_match()
1105 m_has_found_match = true; in match_match()