Searched refs:error_hex (Results 1 – 9 of 9) sorted by relevance
1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
1371 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local1374 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
1697 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local1700 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
1696 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local1699 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
1741 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local1744 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
1714 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local1717 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()
3144 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local3147 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()