Searched refs:SecondsType (Results 1 – 5 of 5) sorted by relevance
78 typedef int64_t SecondsType; ///< Type used for representing seconds. typedef100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)108 SecondsType integer_part = static_cast<SecondsType>( new_time ); in TimeValue()207 SecondsType seconds() const { return seconds_; } in seconds()285 void seconds (SecondsType sec ) { in seconds()334 void fromEpochTime( SecondsType seconds ) { in fromEpochTime()362 SecondsType seconds_;///< Stores the seconds part of the TimeVal365 static const SecondsType PosixZeroTimeSeconds;366 static const SecondsType Win32ZeroTimeSeconds;
20 const TimeValue::SecondsType22 const TimeValue::SecondsType
48 static_cast<TimeValue::SecondsType>( the_time.tv_sec +
69 static_cast<TimeValue::SecondsType>(RU.ru_utime.tv_sec),73 static_cast<TimeValue::SecondsType>(RU.ru_stime.tv_sec),
59 static_cast<TimeValue::SecondsType>(TimeInteger.QuadPart / 10000000),