Lines Matching refs:Time
47 struct Time { struct
53 bool operator==(const Time& rhs) const; argument
54 bool operator<(const Time& rhs) const;
55 bool operator>(const Time& rhs) const;
56 bool operator<=(const Time& rhs) const;
57 bool operator>=(const Time& rhs) const;
60 Time& presentation(presentation_t);
62 Time& operator+=(presentation_t);
63 Time operator+(presentation_t) const;
65 Time& operator-=(presentation_t);
66 presentation_t operator-(const Time&) const;
77 Time start_time;
78 Time stop_time;
123 Time* start_time, Time* stop_time,
132 Time* time);