Home
last modified time | relevance | path

Searched refs:ASSERT_PRED_FORMAT3 (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gtest/include/
H A Dmesa-gtest-extras.h81 #define ASSERT_U8_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint8_t>, a, b, count)
83 #define ASSERT_U16_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint16_t>, a, b, count)
85 #define ASSERT_U32_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint32_t>, a, b, count)
87 #define ASSERT_U64_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint64_t>, a, b, count)
/third_party/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1149 // Tests a successful ASSERT_PRED_FORMAT3 where the
1152 ASSERT_PRED_FORMAT3(PredFormatFunction3, ++n1_, ++n2_, ++n3_); in TEST_F()
1156 // Tests a successful ASSERT_PRED_FORMAT3 where the
1159 ASSERT_PRED_FORMAT3(PredFormatFunction3, Bool(++n1_), Bool(++n2_), in TEST_F()
1164 // Tests a successful ASSERT_PRED_FORMAT3 where the
1167 ASSERT_PRED_FORMAT3(PredFormatFunctor3(), ++n1_, ++n2_, ++n3_); in TEST_F()
1171 // Tests a successful ASSERT_PRED_FORMAT3 where the
1174 ASSERT_PRED_FORMAT3(PredFormatFunctor3(), Bool(++n1_), Bool(++n2_), in TEST_F()
1179 // Tests a failed ASSERT_PRED_FORMAT3 where the
1185 ASSERT_PRED_FORMAT3(PredFormatFunction in TEST_F()
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h186 #define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ macro
H A Dgtest.h1994 ASSERT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, val1, val2, \
/third_party/node/deps/googletest/include/gtest/
H A Dgtest_pred_impl.h186 #define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ macro
H A Dgtest.h1989 ASSERT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, val1, val2, \
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h222 #define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ macro
H A Dgtest.h2149 ASSERT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \

Completed in 15 milliseconds