Lines Matching full:istrue
1990 GTEST_API_ bool IsTrue(bool condition);2016 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.2169 if (::testing::internal::IsTrue(condition)) \9504 // IsTrue() silences warnings: "Condition is always true",9506 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {