Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_PRED_FORMAT1

313 // Tests a successful EXPECT_PRED_FORMAT1 where the
316 EXPECT_PRED_FORMAT1(PredFormatFunction1,
321 // Tests a successful EXPECT_PRED_FORMAT1 where the
324 EXPECT_PRED_FORMAT1(PredFormatFunction1,
329 // Tests a successful EXPECT_PRED_FORMAT1 where the
332 EXPECT_PRED_FORMAT1(PredFormatFunctor1(),
337 // Tests a successful EXPECT_PRED_FORMAT1 where the
340 EXPECT_PRED_FORMAT1(PredFormatFunctor1(),
345 // Tests a failed EXPECT_PRED_FORMAT1 where the
349 EXPECT_PRED_FORMAT1(PredFormatFunction1,
355 // Tests a failed EXPECT_PRED_FORMAT1 where the
359 EXPECT_PRED_FORMAT1(PredFormatFunction1,
365 // Tests a failed EXPECT_PRED_FORMAT1 where the
369 EXPECT_PRED_FORMAT1(PredFormatFunctor1(),
375 // Tests a failed EXPECT_PRED_FORMAT1 where the
379 EXPECT_PRED_FORMAT1(PredFormatFunctor1(),