Home | History | Annotate | Download | only in gtest

Lines Matching refs:MatchesFilter

332 bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) {
382 return (MatchesFilter(full_name, positive.c_str()) &&
383 !MatchesFilter(full_name, negative.c_str()));