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

/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/googletest/googlemock/src/
H A Dgmock-matchers.cc362 char& b = matched_[SpaceIndex(ilhs, irhs)];
376 char& b = matched_[SpaceIndex(ilhs, irhs)];
/external/v8/testing/gmock/src/
H A Dgmock-matchers.cc362 char& b = matched_[SpaceIndex(ilhs, irhs)];
376 char& b = matched_[SpaceIndex(ilhs, irhs)];
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3262 matched_(num_elements_* num_matchers_, 0) {
3268 return matched_[SpaceIndex(ilhs, irhs)] == 1;
3271 matched_[SpaceIndex(ilhs, irhs)] = b ? 1 : 0;
3294 ::std::vector<char> matched_; member in class:testing::internal::MatchMatrix
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3262 matched_(num_elements_* num_matchers_, 0) {
3268 return matched_[SpaceIndex(ilhs, irhs)] == 1;
3271 matched_[SpaceIndex(ilhs, irhs)] = b ? 1 : 0;
3294 ::std::vector<char> matched_; member in class:testing::internal::MatchMatrix
/external/fmtlib/test/
H A Dgmock-gtest-all.cc10317 char& b = matched_[SpaceIndex(ilhs, irhs)];
10331 char& b = matched_[SpaceIndex(ilhs, irhs)];
/external/fmtlib/test/gmock/
H A Dgmock.h7677 matched_(num_elements_* num_matchers_, 0) {
7683 return matched_[SpaceIndex(ilhs, irhs)] == 1;
7686 matched_[SpaceIndex(ilhs, irhs)] = b ? 1 : 0;
7709 ::std::vector<char> matched_; member in class:testing::internal::MatchMatrix

Completed in 277 milliseconds