Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED_FORMAT2

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