Home | History | Annotate | Download | only in gmock

Lines Matching full:full_match

5679   MatchesRegexMatcher(const RE* regex, bool full_match)
5680 : regex_(regex), full_match_(full_match) {}