Searched defs:AlwaysFalse (Results 1 - 7 of 7) sorted by relevance

/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h762 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h755 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h728 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h734 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h734 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h762 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h7414 inline bool AlwaysFalse() { return !AlwaysTrue(); } function in namespace:testing::internal
8241 } else if (::testing::internal::AlwaysFalse()) { \
8460 do { statement; } while (::testing::internal::AlwaysFalse())
8463 do { statement; } while (::testing::internal::AlwaysFalse())

Completed in 1327 milliseconds