Home
last modified time | relevance | path

Searched refs:IsHRESULTFailure (Results 1 – 3 of 3) sorted by relevance

/external/gtest/include/gtest/
Dgtest.h1260 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
1263 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
/external/gtest/include/gtest/internal/
Dgtest-internal.h556 AssertionResult IsHRESULTFailure(const char* expr, long hr); // NOLINT
/external/gtest/src/
Dgtest.cc1383 AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT in IsHRESULTFailure() function