Searched refs:totalSeconds (Results 1 – 2 of 2) sorted by relevance
29 …time_point<system_clock, secondtype> totalSeconds = time_point_cast<secondtype>(system_clock::now(… in GetSecondsSince1970ToNow() local30 return totalSeconds.time_since_epoch().count(); in GetSecondsSince1970ToNow()41 time_point<system_clock, secondtype> totalSeconds = time_point_cast<secondtype>(pointTime); in GetSecondsSince1970ToPointTime() local42 return totalSeconds.time_since_epoch().count(); in GetSecondsSince1970ToPointTime()
151 int totalSeconds = hours * HOURSTOSECOND + minutes * MINUTESTOSECOND; in offsetTimeToSeconds() local152 offsetTime = (sign == '-') ? totalSeconds : -totalSeconds; in offsetTimeToSeconds()