Searched defs:EXPECT_TRUE (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.h7155 // Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
8065 // Implements Boolean test assertions such as EXPECT_TRUE. expression can be
8067 // represenation of expression as it was passed into the EXPECT_TRUE.
8800 EXPECT_TRUE(foo.Blah(GetParam()));
8906 EXPECT_TRUE(foo.Blah(GetParam()));
17599 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
17612 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
17672 // Used in EXPECT_TRUE/FALSE(assertion_result).
17674 // Used in the EXPECT_TRUE/FALSE(bool_expression).
19266 // EXPECT_TRUE verifie
19327 #define EXPECT_TRUE macro
[all...]

Completed in 135 milliseconds