Home | History | Annotate | Download | only in internal

Lines Matching refs:IsTrue

777 GTEST_API_ bool IsTrue(bool condition);
803 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
956 if (::testing::internal::IsTrue(condition)) \