Searched refs:IsTrue (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6132 bool IsTrue(bool condition) { return condition; } function
6138 if (IsTrue(false))
6768 if (!::testing::internal::IsTrue(expression)) { \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1990 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)) \
9503 // IsTrue() silences warnings: "Condition is always true",
9505 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {

Completed in 192 milliseconds