Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc645 PhoneNumberMatch temp_match; in HasNext() local
646 if (!Find(search_index_, &temp_match)) { in HasNext()
649 last_match_.reset(new PhoneNumberMatch(temp_match.start(), in HasNext()
650 temp_match.raw_string(), in HasNext()
651 temp_match.number())); in HasNext()
/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp455 match_results<BidiIterator, Allocator> temp_match(*m_presult); in match_startmark() local
457 for(i = 0; i < temp_match.size(); ++i) in match_startmark()
477 for(i = 0; i < temp_match.size(); ++i) in match_startmark()
481 const seq& s2 = temp_match[i].captures(); in match_startmark()