Home
last modified time | relevance | path

Searched refs:GTEST_ASSERT_ (Results 1 - 3 of 3) sorted by relevance

/third_party/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h74 // GTEST_ASSERT_ is the basic statement to which all of the assertions
77 #define GTEST_ASSERT_(expression, on_failure) \ macro
100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure)
105 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, #v1, pred, v1), on_failure)
134 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure)
139 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, #v1, #v2, pred, v1, v2), \
172 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), on_failure)
177 GTEST_ASSERT_( \
213 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), on_failure)
218 GTEST_ASSERT_(
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest_pred_impl.h74 // GTEST_ASSERT_ is the basic statement to which all of the assertions
77 #define GTEST_ASSERT_(expression, on_failure) \ macro
100 GTEST_ASSERT_(pred_format(#v1, v1), on_failure)
105 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, #v1, pred, v1), on_failure)
134 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), on_failure)
139 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, #v1, #v2, pred, v1, v2), \
172 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), on_failure)
177 GTEST_ASSERT_( \
213 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), on_failure)
218 GTEST_ASSERT_(
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h72 // GTEST_ASSERT_ is the basic statement to which all of the assertions
75 #define GTEST_ASSERT_(expression, on_failure) \ macro
102 GTEST_ASSERT_(pred_format(#v1, v1), \
108 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
149 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
155 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
202 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
208 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
261 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
267 GTEST_ASSERT_(
[all...]

Completed in 2 milliseconds