Searched refs:total_seconds_unsigned (Results 1 – 1 of 1) sorted by relevance
105 unsigned total_seconds_unsigned = hour_ * 3600U + minute_ * 60U; in Write() local106 if (total_seconds_unsigned > Smi::kMaxValue) return false; in Write()107 int total_seconds = static_cast<int>(total_seconds_unsigned); in Write()