Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc7006 bool IsTrue(bool condition) { return condition; } in IsTrue() function
7012 if (IsTrue(false)) in AlwaysTrue()
7758 if (!::testing::internal::IsTrue(expression)) { \
Dgtest.h2441 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)) \