Lines Matching defs:operator
65 explicit Time(double sec) { operator=(sec); }
68 Time(const timeval &tv) { operator=(tv); }
69 Time(const timespec &ts) { operator=(ts); }
118 operator=(const Time &other)
126 operator=(double new_time)
135 operator=(const timeval &tv)
143 operator=(const timespec &ts)
153 operator double() const
161 operator timespec() const { return _time; }
162 operator timeval() const
171 operator+=(const Time &other)
185 operator-=(const Time &other)
207 operator==(const Time &l, const Time &r)
213 operator!=(const Time &l, const Time &r)
219 operator<(const Time &l, const Time &r)
226 operator<=(const Time &l, const Time &r)
233 operator>(const Time &l, const Time &r)
240 operator>=(const Time &l, const Time &r)
247 operator+(const Time &l, const Time &r)
255 operator-(const Time &l, const Time &r)
263 operator<<(std::ostream &out, const Time &time)