Lines Matching full:static_cast
124 static_cast<int>(os_age.InDays()),
140 value = static_cast<int>(result);
141 max_value = static_cast<int>(metrics::CheckResult::kNumConstants) - 1;
147 value = static_cast<int>(reaction);
148 max_value = static_cast<int>(metrics::CheckReaction::kNumConstants) - 1;
154 value = static_cast<int>(download_error_code);
198 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
202 static_cast<int>(attempt_result),
203 static_cast<int>(AttemptResult::kNumConstants));
293 LOG(INFO) << "Uploading " << static_cast<int>(attempt_result)
297 static_cast<int>(attempt_result),
298 static_cast<int>(AttemptResult::kNumConstants));
306 static_cast<int>(internal_error_code),
307 static_cast<int>(ErrorCode::kUmaReportedMax));
312 LOG(INFO) << "Uploading " << static_cast<int>(payload_download_error_code)
316 static_cast<int>(payload_download_error_code));
352 LOG(INFO) << "Uploading " << static_cast<int>(connection_type)
356 static_cast<int>(connection_type),
357 static_cast<int>(ConnectionType::kNumConstants));
387 DownloadSource source = static_cast<DownloadSource>(i);
449 static_cast<int>(total_duration.InMinutes()),
495 value = static_cast<int>(result);
500 static_cast<int>(metrics::RollbackResult::kNumConstants));
517 LOG(INFO) << "Uploading " << static_cast<int>(result) << " for metric "
520 metric, static_cast<int>(result),
521 static_cast<int>(CertificateCheckResult::kNumConstants));