Lines Matching defs:Rep1
554 operator+(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator +()
567 operator-(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator -()
590 operator*(const duration<Rep1, Period>& d, const Rep2& s) in operator *()
623 operator/(const duration<Rep1, Period>& d, const Rep2& s) in operator /()
634 operator/(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator /()
660 operator%(const duration<Rep1, Period>& d, const Rep2& s) { in operator %()
669 operator%(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) { in operator %()
725 operator==(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator ==()
735 operator!=(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator !=()
745 operator< (const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator <()
755 operator> (const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator >()
765 operator<=(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator <=()
775 operator>=(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator >=()