Home | History | Annotate | Download | only in gtest

Lines Matching full:positive

154     "exclude).  A test is run if it matches one of the positive "
363 // positive filter and negative filter portions
366 String positive;
369 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
372 positive.Set(p, dash - p); // Everything up to the dash
374 if (positive.empty()) {
376 positive = kUniversalFilter;
382 return (MatchesFilter(full_name, positive.c_str()) &&