Home
last modified time | relevance | path

Searched refs:IsTrue (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h883 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)) \
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc274 if (!::testing::internal::IsTrue(expression)) { \
Dgtest.cc4555 bool IsTrue(bool condition) { return condition; } in IsTrue() function
4561 if (IsTrue(false)) in AlwaysTrue()