Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1114 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()
1127 return full_match_ ? RE::FullMatch(s, *regex_) : in MatchAndExplain()
1132 *os << (full_match_ ? "matches" : "contains") in DescribeTo()
1138 *os << "doesn't " << (full_match_ ? "match" : "contain") in DescribeNegationTo()
1145 const bool full_match_; variable
/external/v8/testing/gmock/include/gmock/
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_;
/external/googletest/googlemock/include/gmock/
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_;
/external/fmtlib/test/gmock/
Dgmock.h5923 : regex_(regex), full_match_(full_match) {}
5943 return full_match_ ? RE::FullMatch(s2, *regex_) :
5948 *os << (full_match_ ? "matches" : "contains")
5954 *os << "doesn't " << (full_match_ ? "match" : "contain")
5961 const bool full_match_;