Searched refs:NanoSecondsType (Results 1 – 5 of 5) sorted by relevance
79 typedef int32_t NanoSecondsType;///< Type used for representing nanoseconds. typedef100 explicit TimeValue (SecondsType seconds, NanoSecondsType nanos = 0)110 nanos_ = static_cast<NanoSecondsType>( (new_time - in TimeValue()212 NanoSecondsType nanoseconds() const { return nanos_; } in nanoseconds()296 void nanoseconds ( NanoSecondsType nanos ) { in nanoseconds()318 this->nanos_ = NanoSecondsType(microseconds % MICROSECONDS_PER_SECOND) * in usec()326 this->nanos_ = NanoSecondsType(milliseconds % MILLISECONDS_PER_SECOND) * in msec()345 this->nanos_ = NanoSecondsType(win32Time % 10000000) * 100; in fromWin32Time()363 NanoSecondsType nanos_; ///< Stores the nanoseconds part of the TimeVal
50 static_cast<TimeValue::NanoSecondsType>( the_time.tv_usec *
70 static_cast<TimeValue::NanoSecondsType>(74 static_cast<TimeValue::NanoSecondsType>(
60 static_cast<TimeValue::NanoSecondsType>(