Searched refs:matched_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc93 // Updates matched_ and match_ as new, better matches are found.
118 bool matched_; // any match so far? member in class:re2::NFA
141 matched_ = false;
302 if (matched_ && match_[0] < t->capture[0]) {
332 matched_ = true;
349 if (!matched_ || t->capture[0] < match_[0] ||
365 matched_ = true;
369 matched_ = true;
447 matched_ = false;
542 matched_
[all...]
/external/regex-re2/re2/
H A Dnfa.cc93 // Updates matched_ and match_ as new, better matches are found.
118 bool matched_; // any match so far? member in class:re2::NFA
141 matched_ = false;
302 if (matched_ && match_[0] < t->capture[0]) {
332 matched_ = true;
349 if (!matched_ || t->capture[0] < match_[0] ||
365 matched_ = true;
369 matched_ = true;
447 matched_ = false;
542 matched_
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_cookie_helper_unittest.cc21 CookieExpectation() : matched_(false) {}
42 bool matched_; member in class:__anon2963::CookieExpectation
58 return expectation.matched_;
102 match->matched_ = true;

Completed in 3558 milliseconds