Searched defs:GTEST_CHECK_ (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.h2155 // GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition
2158 // GTEST_CHECK_(boolean_condition);
2160 // GTEST_CHECK_(boolean_condition) << "Additional message";
2167 #define GTEST_CHECK_(condition) \ macro
2241 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
2254 GTEST_CHECK_(typeid(*base) == typeid(Derived));
2465 GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
10218 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
10316 GTEST_CHECK_(BaseGenerator() == other.BaseGenerator())
13828 GTEST_CHECK_(BaseGenerato
[all...]

Completed in 60 milliseconds