Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3166 long hr) { // NOLINT in HRESULTFailureHelper() argument
3184 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() argument
3206 if (SUCCEEDED(hr)) { in IsHRESULTSuccess()
3209 return HRESULTFailureHelper(expr, "succeeds", hr); in IsHRESULTSuccess()
3212 AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT in IsHRESULTFailure() argument
3213 if (FAILED(hr)) { in IsHRESULTFailure()
3216 return HRESULTFailureHelper(expr, "fails", hr); in IsHRESULTFailure()
Dgtest.h8369 long hr); // NOLINT
8371 long hr); // NOLINT