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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1329 : regex_(regex), full_match_(full_match) {}
1349 return full_match_ ? RE::FullMatch(s2, *regex_) :
1354 *os << (full_match_ ? "matches" : "contains")
1360 *os << "doesn't " << (full_match_ ? "match" : "contain")
1367 const bool full_match_; member in class:testing::internal::MatchesRegexMatcher

Completed in 22 milliseconds