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

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1665 long hr) { // NOLINT
1683 hr, // the error
1696 const std::string error_hex("0x" + String::FormatHexInt(hr));
1704 AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT argument
1705 if (SUCCEEDED(hr)) {
1708 return HRESULTFailureHelper(expr, "succeeds", hr);
1711 AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT argument
1712 if (FAILED(hr)) {
1715 return HRESULTFailureHelper(expr, "fails", hr);
1663 HRESULTFailureHelper(const char* expr, const char* expected, long hr) argument
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h494 long hr); // NOLINT
496 long hr); // NOLINT

Completed in 28 milliseconds