Searched refs:error_hex (Results 1 – 12 of 12) sorted by relevance
1370 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local1373 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
1389 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local1392 << " 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()
1373 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local1376 << " 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()
2729 const String error_hex(String::Format("0x%08X ", hr)); in HRESULTFailureHelper() local2732 << " Actual: " << error_hex << error_text << "\n"; in HRESULTFailureHelper()
2857 const std::string error_hex("0x" + String::FormatHexInt(hr)); in HRESULTFailureHelper() local2860 << " Actual: " << error_hex << " " << error_text << "\n"; in HRESULTFailureHelper()