Searched refs:hr (Results 1 – 2 of 2) sorted by relevance
3166 long hr) { // NOLINT in HRESULTFailureHelper() argument3184 hr, // the error in HRESULTFailureHelper()3197 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper()3205 AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT in IsHRESULTSuccess() argument3206 if (SUCCEEDED(hr)) { in IsHRESULTSuccess()3209 return HRESULTFailureHelper(expr, "succeeds", hr); in IsHRESULTSuccess()3212 AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT in IsHRESULTFailure() argument3213 if (FAILED(hr)) { in IsHRESULTFailure()3216 return HRESULTFailureHelper(expr, "fails", hr); in IsHRESULTFailure()
8369 long hr); // NOLINT8371 long hr); // NOLINT