IsTrue 2041 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_API_ bool IsTrue(bool condition); IsTrue 2067 modules/ts/include/opencv2/ts/ts_gtest.h if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type. IsTrue 2220 modules/ts/include/opencv2/ts/ts_gtest.h if (::testing::internal::IsTrue(condition)) \ IsTrue 9566 modules/ts/include/opencv2/ts/ts_gtest.h if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { IsTrue 6168 modules/ts/src/ts_gtest.cpp if (IsTrue(false)) IsTrue 6807 modules/ts/src/ts_gtest.cpp if (!::testing::internal::IsTrue(expression)) { \