Searched refs:EXPECT_PRED_FORMAT3 (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1181 // Tests a successful EXPECT_PRED_FORMAT3 where the
1184 EXPECT_PRED_FORMAT3(PredFormatFunction3,
1191 // Tests a successful EXPECT_PRED_FORMAT3 where the
1194 EXPECT_PRED_FORMAT3(PredFormatFunction3,
1201 // Tests a successful EXPECT_PRED_FORMAT3 where the
1204 EXPECT_PRED_FORMAT3(PredFormatFunctor3(),
1211 // Tests a successful EXPECT_PRED_FORMAT3 where the
1214 EXPECT_PRED_FORMAT3(PredFormatFunctor3(),
1221 // Tests a failed EXPECT_PRED_FORMAT3 where the
1225 EXPECT_PRED_FORMAT3(PredFormatFunction
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ macro
H A Dgtest.h2044 EXPECT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc683 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_);

Completed in 45 milliseconds