Home
last modified time | relevance | path

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

/external/googletest/googletest/include/gtest/
Dgtest-matchers.h685 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()
712 return full_match_ ? RE::FullMatch(s2, *regex_) in MatchAndExplain()
717 *os << (full_match_ ? "matches" : "contains") << " regular expression "; in DescribeTo()
722 *os << "doesn't " << (full_match_ ? "match" : "contain") in DescribeNegationTo()
729 const bool full_match_; variable
/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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_;