Searched refs:IsTrue (Results 1 – 5 of 5) sorted by relevance
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
883 GTEST_API_ bool IsTrue(bool condition);909 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.1062 if (::testing::internal::IsTrue(condition)) \
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
274 if (!::testing::internal::IsTrue(expression)) { \
4555 bool IsTrue(bool condition) { return condition; } in IsTrue() function4561 if (IsTrue(false)) in AlwaysTrue()