Home | History | Annotate | Download | only in include

Lines Matching full:common_type

72   // 20.8.2.3 specialization of common_type (for duration)
74 struct common_type<chrono::duration<_Rep1, _Period1>,
80 typedef typename common_type<_Rep1, _Rep2>::type __cr;
88 // 20.8.2.3 specialization of common_type (for time_point)
90 struct common_type<chrono::time_point<_Clock, _Dur1>,
94 typedef typename common_type<_Dur1, _Dur2>::type __ct;
179 typedef typename common_type<__to_rep, _Rep, intmax_t>::type
355 inline typename common_type<duration<_Rep1, _Period1>,
362 typedef typename common_type<__dur1,__dur2>::type __ct;
368 inline typename common_type<duration<_Rep1, _Period1>,
375 typedef typename common_type<__dur1,__dur2>::type __ct;
381 typename common_type<_Rep1, _Rep2>::type>::value>
386 { typedef typename common_type<_Rep1, _Rep2>::type type; };
392 typedef typename common_type<_Rep1, _Rep2>::type __cr;
406 typedef typename common_type<_Rep1, _Rep2>::type __cr;
412 inline typename common_type<_Rep1, _Rep2>::type
418 typedef typename common_type<__dur1,__dur2>::type __ct;
428 typedef typename common_type<_Rep1, _Rep2>::type __cr;
434 inline typename common_type<duration<_Rep1, _Period1>,
441 typedef typename common_type<__dur1,__dur2>::type __ct;
454 typedef typename common_type<__dur1,__dur2>::type __ct;
466 typedef typename common_type<__dur1,__dur2>::type __ct;
584 typename common_type<_Dur1, duration<_Rep2, _Period2>>::type>
589 typedef typename common_type<_Dur1,__dur2>::type __ct;
597 typename common_type<duration<_Rep1, _Period1>, _Dur2>::type>
605 typename common_type<_Dur1, duration<_Rep2, _Period2>>::type>
611 inline typename common_type<_Dur1, _Dur2>::type