Lines Matching refs:OTime
89 struct OTime : public TimeValue struct
91 OTime (void) in OTime() argument
97 static OTime getSystemTime (void) in getSystemTime() argument
99 OTime tv; in getSystemTime()
104 OTime& operator-= (const OTime& rPast) in operator -=() argument
116 friend OTime operator- (const OTime& rTimeA, const OTime& rTimeB) in operator -()
118 OTime aTimeC (rTimeA); in operator -()
229 OTime aMainStartTime (OTime::getSystemTime()); in main()
361 OTime aStartTime (OTime::getSystemTime()); in main()
430 OTime aDelta (OTime::getSystemTime() - aStartTime); in main()
442 OTime aDelta (OTime::getSystemTime() - aStartTime); in main()
522 OTime aStartTime (OTime::getSystemTime()); in main()
563 OTime aDelta (OTime::getSystemTime() - aStartTime); in main()
592 OTime aDelta (OTime::getSystemTime() - aMainStartTime); in main()