Lines Matching defs:Rep2
492 duration(const duration<Rep2, Period2>& d in duration()
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 -()
611 operator*(const Rep1& s, const duration<Rep2, Period>& d) in operator *()
634 operator/(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator /()
646 operator/(const Rep1& s, const duration<Rep2, Period>& d) 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 >=()