Searched refs:m_presult (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | perl_matcher_common.hpp | 85 m_presult = m_temp_match.get(); in construct_init() 88 m_presult = &m_result; in construct_init() 226 …m_presult->set_size((m_match_flags & match_nosubs) ? 1u : static_cast<typename results_type::size_… in match_imp() 227 m_presult->set_base(base); in match_imp() 228 m_presult->set_named_subs(this->re.get_named_subs()); in match_imp() 230 m_result = *m_presult; in match_imp() 288 …m_presult->set_size((m_match_flags & match_nosubs) ? 1u : static_cast<typename results_type::size_… in find_imp() 289 m_presult->set_base(base); in find_imp() 290 m_presult->set_named_subs(this->re.get_named_subs()); in find_imp() 307 …m_presult->set_size((m_match_flags & match_nosubs) ? 1u : static_cast<typename results_type::size_… in find_imp() [all …]
|
D | perl_matcher_recursive.hpp | 172 match_results<BidiIterator, Allocator> tm(*m_presult); in match_startmark() 174 (*m_presult)[i].get_captures().clear(); in match_startmark() 181 seq& s1 = (*m_presult)[i].get_captures(); in match_startmark() 228 backup_subex<BidiIterator> sub(*m_presult, 0); in match_startmark() 229 m_presult->set_first(position, 0, true); in match_startmark() 233 sub.restore(*m_presult); in match_startmark() 241 backup_subex<BidiIterator> sub(*m_presult, index); in match_startmark() 242 m_presult->set_first(position, index); in match_startmark() 246 sub.restore(*m_presult); in match_startmark() 252 ((*m_presult)[index]).get_captures().push_back(sub.get()); in match_startmark() [all …]
|
D | perl_matcher_non_recursive.hpp | 455 match_results<BidiIterator, Allocator> temp_match(*m_presult); in match_startmark() 458 (*m_presult)[i].get_captures().clear(); in match_startmark() 480 seq& s1 = (*m_presult)[i].get_captures(); in match_startmark() 539 push_matched_paren(0, (*m_presult)[0]); in match_startmark() 540 m_presult->set_first(position, 0, true); in match_startmark() 549 push_matched_paren(index, (*m_presult)[index]); in match_startmark() 550 m_presult->set_first(position, index); in match_startmark() 1040 recursion_stack.back().results = *m_presult; in match_recursion() 1061 m_presult->set_second(position, index); in match_endmark() 1068 *m_presult = recursion_stack.back().results; in match_endmark() [all …]
|
D | perl_matcher.hpp | 479 match_results<BidiIterator, Allocator>* m_presult; member in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
|