Searched refs:IsTrue (Results 1 – 2 of 2) sorted by relevance
7006 bool IsTrue(bool condition) { return condition; } in IsTrue() function7012 if (IsTrue(false)) in AlwaysTrue()7758 if (!::testing::internal::IsTrue(expression)) { \
2441 GTEST_API_ bool IsTrue(bool condition);2467 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.2636 if (::testing::internal::IsTrue(condition)) \