Searched defs:Rep1 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/ratio/example/ |
D | duration.hpp | 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 <() [all …]
|
/third_party/boost/boost/chrono/ |
D | duration.hpp | 542 operator+(const duration<Rep1, Period1>& lhs, in operator +() 555 operator-(const duration<Rep1, Period1>& lhs, in operator -() 574 operator*(const duration<Rep1, Period>& d, const Rep2& s) in operator *() 603 operator/(const duration<Rep1, Period>& d, const Rep2& s) in operator /() 613 operator/(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs) in operator /() 642 operator%(const duration<Rep1, Period>& d, const Rep2& s) in operator %() 652 operator%(const duration<Rep1, Period1>& lhs, in operator %() 712 operator==(const duration<Rep1, Period1>& lhs, in operator ==() 724 operator!=(const duration<Rep1, Period1>& lhs, in operator !=() 735 operator< (const duration<Rep1, Period1>& lhs, in operator <() [all …]
|
D | process_cpu_clocks.hpp | 243 operator==(const duration<process_times<Rep1>, Period1>& lhs, in operator ==() 254 operator==(const duration<process_times<Rep1>, Period1>& lhs, in operator ==() 264 operator==(const duration<Rep1, Period1>& lhs, in operator ==() 276 operator< (const duration<process_times<Rep1>, Period1>& lhs, in operator <() 286 operator< (const duration<Rep1, Period1>& lhs, in operator <() 296 operator< (const duration<process_times<Rep1>, Period1>& lhs, in operator <()
|
D | time_point.hpp | 259 operator+(const duration<Rep1, Period1>& lhs, in operator +()
|