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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19413 // GTEST_ASSERT_ is the basic statement to which all of the assertions
19416 #define GTEST_ASSERT_(expression, on_failure) \ macro
19442 GTEST_ASSERT_(pred_format(#v1, v1), \
19448 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \
19488 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
19494 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \
19541 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
19547 GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \
19601 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
19607 GTEST_ASSERT_(
[all...]

Completed in 45 milliseconds