HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_PRED_FORMAT2 (Results 1 - 4 of 4) sorted by null

  /external/gtest/include/gtest/
gtest.h     [all...]
gtest_pred_impl.h 165 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \
  /external/gtest/test/
gtest_pred_impl_unittest.cc 728 // Tests a successful EXPECT_PRED_FORMAT2 where the
731 EXPECT_PRED_FORMAT2(PredFormatFunction2,
737 // Tests a successful EXPECT_PRED_FORMAT2 where the
740 EXPECT_PRED_FORMAT2(PredFormatFunction2,
746 // Tests a successful EXPECT_PRED_FORMAT2 where the
749 EXPECT_PRED_FORMAT2(PredFormatFunctor2(),
755 // Tests a successful EXPECT_PRED_FORMAT2 where the
758 EXPECT_PRED_FORMAT2(PredFormatFunctor2(),
764 // Tests a failed EXPECT_PRED_FORMAT2 where the
768 EXPECT_PRED_FORMAT2(PredFormatFunction2
    [all...]
gtest_unittest.cc     [all...]

Completed in 47 milliseconds