Home | History | Annotate | Download | only in test

Lines Matching refs:IsSubstring

214   EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
215 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
220 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
221 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));