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.h684 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument
685 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1113 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument
1114 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h1328 MatchesRegexMatcher(const RE* regex, bool full_match)
1329 : regex_(regex), full_match_(full_match) {}