Home
last modified time | relevance | path

Searched refs:Rep1 (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/ratio/example/
Dduration.hpp111 template <class Rep1, class Period, class Rep2>
112 struct duration_divide_imp<duration<Rep1, Period>, Rep2, true>
114 typedef duration<typename boost::common_type<Rep1, Rep2>::type, Period> type;
117 template <class Rep1, class Period, class Rep2>
118 struct duration_divide_result<duration<Rep1, Period>, Rep2, false>
119 : duration_divide_imp<duration<Rep1, Period>, Rep2>
141 template <class Rep1, class Rep2, class Period >
142 struct duration_divide_imp2<Rep1, duration<Rep2, Period>, true>
148 template <class Rep1, class Rep2, class Period >
149 struct duration_divide_result2<Rep1, duration<Rep2, Period>, false>
[all …]
/third_party/boost/boost/chrono/
Dduration.hpp106 template <class Rep1, class Period, class Rep2>
107 struct duration_divide_imp<duration<Rep1, Period>, Rep2, true>
109 typedef duration<typename common_type<Rep1, Rep2>::type, Period> type;
112 template <class Rep1, class Period, class Rep2>
113 struct duration_divide_result<duration<Rep1, Period>, Rep2, false>
114 : duration_divide_imp<duration<Rep1, Period>, Rep2>
136 template <class Rep1, class Rep2, class Period >
137 struct duration_divide_imp2<Rep1, duration<Rep2, Period>, true>
143 template <class Rep1, class Rep2, class Period >
144 struct duration_divide_result2<Rep1, duration<Rep2, Period>, false>
[all …]
Dprocess_cpu_clocks.hpp210 template <class Rep1, class Rep2>
212 chrono::process_times<Rep1>,
216 typedef chrono::process_times<typename common_type<Rep1, Rep2>::type> type;
219 template <class Rep1, class Rep2>
221 chrono::process_times<Rep1>,
225 typedef chrono::process_times<typename common_type<Rep1, Rep2>::type> type;
228 template <class Rep1, class Rep2>
230 Rep1,
234 typedef chrono::process_times<typename common_type<Rep1, Rep2>::type> type;
240 template <class Rep1, class Period1, class Rep2, class Period2>
[all …]
Dtime_point.hpp89 template <class Rep1, class Period1, class Clock, class Duration2>
92 typename common_type<duration<Rep1, Period1>, Duration2>::type>
94 const duration<Rep1, Period1>& lhs,
255 template <class Rep1, class Period1, class Clock, class Duration2>
258 typename common_type<duration<Rep1, Period1>, Duration2>::type>
259 operator+(const duration<Rep1, Period1>& lhs, in operator +() argument
/third_party/boost/libs/chrono/doc/
Dchrono.qbk2621 template <class Rep1, class Period1, class Rep2, class Period2>
2622 struct __common_type_spe<duration<Rep1, Period1>,
2632 template <class Rep1, class Period1, class Rep2, class Period2>
2634 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2> >::type
2636 const duration<Rep1, Period1>& lhs,
2639 template <class Rep1, class Period1, class Rep2, class Period2>
2641 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2> >::type
2643 const duration<Rep1, Period1>& lhs,
2646 template <class Rep1, class Period, class Rep2>
2648 duration<typename common_type<Rep1, Rep2>::type, Period>
[all …]