Lines Matching refs:using

179 using ratio_multiply = decltype(std::ratio_multiply<R1, R2>{});
182 using ratio_divide = decltype(std::ratio_divide<R1, R2>{});
191 using days = std::chrono::duration
194 using weeks = std::chrono::duration
197 using years = std::chrono::duration
200 using months = std::chrono::duration
206 using sys_time = std::chrono::time_point<std::chrono::system_clock, Duration>;
208 using sys_days = sys_time<days>;
209 using sys_seconds = sys_time<std::chrono::seconds>;
214 using local_time = std::chrono::time_point<local_t, Duration>;
216 using local_seconds = local_time<std::chrono::seconds>;
217 using local_days = local_time<days>;
1103 using type = typename std::conditional
1143 using std::numeric_limits;
1144 using I = typename choose_trunc_type<T>::type;
1237 using std::chrono::duration_cast;
1238 using std::chrono::duration;
1239 using rep = typename std::common_type<Rep, typename To::rep>::type;
1284 using rep = typename std::common_type<Rep, typename To::rep>::type;
1344 using std::chrono::time_point;
1355 using std::chrono::time_point;
1366 using std::chrono::time_point;
1372 using std::chrono::floor;
1373 using std::chrono::ceil;
1374 using std::chrono::round;
1375 using std::chrono::abs;
1414 using std::chrono::time_point;
1427 using std::chrono::time_point;
3966 using CT = typename std::common_type<Duration, std::chrono::seconds>::type;
3967 using rep = typename CT::rep;
3972 using precision = std::chrono::duration<rep,
4081 using dfs = detail::decimal_format_seconds<typename std::common_type<Duration,
4091 using precision = typename dfs::precision;
4160 using std::chrono::hours;
4169 using std::chrono::hours;
4178 using std::chrono::hours;
4197 using std::chrono::hours;
4209 using time_of_day = hh_mm_ss<Duration>;
4272 using const_iterator = const CharT*;
4375 using CT = typename std::conditional<sizeof(CharT2) <= sizeof(CharT1), CharT1, CharT2>::type;
4464 using R = typename std::ratio<N, D>::type;
4479 using R = typename std::ratio<N, D>::type;
4511 using R = typename std::ratio<N, D>::type;
4525 using R = typename std::ratio<N, D>::type;
5063 using detail::weekday_names;
5064 using detail::month_names;
5065 using detail::ampm_names;
5067 using detail::save_ostream;
5068 using detail::get_units;
5069 using detail::extract_weekday;
5070 using detail::extract_month;
5071 using std::ios;
5072 using std::chrono::duration_cast;
5073 using std::chrono::seconds;
5074 using std::chrono::minutes;
5075 using std::chrono::hours;
6146 using CT = std::chrono::seconds;
6156 using CT = std::chrono::seconds;
6166 using CT = std::chrono::seconds;
6176 using CT = std::chrono::seconds;
6186 using CT = std::chrono::seconds;
6196 using CT = std::chrono::seconds;
6207 using CT = std::chrono::seconds;
6218 using Duration = std::chrono::duration<Rep, Period>;
6219 using CT = typename std::common_type<Duration, std::chrono::seconds>::type;
6230 using CT = typename std::common_type<Duration, std::chrono::seconds>::type;
6246 using std::chrono::seconds;
6247 using CT = typename std::common_type<Duration, seconds>::type;
6583 using std::numeric_limits;
6584 using std::ios;
6585 using std::chrono::duration;
6586 using std::chrono::duration_cast;
6587 using std::chrono::seconds;
6588 using std::chrono::minutes;
6589 using std::chrono::hours;
6590 using detail::round_i;
6641 using detail::read;
6642 using detail::rs;
6643 using detail::ru;
6644 using detail::rld;
6645 using detail::checked_set;
6795 using dfs = detail::decimal_format_seconds<Duration>;
6875 using dfs = detail::decimal_format_seconds<Duration>;
7232 using dfs = detail::decimal_format_seconds<Duration>;
7288 using dfs = detail::decimal_format_seconds<Duration>;
7320 using dfs = detail::decimal_format_seconds<Duration>;
7921 using CT = std::chrono::seconds;
7937 using CT = std::chrono::seconds;
7953 using CT = std::chrono::seconds;
7969 using CT = std::chrono::seconds;
7985 using CT = std::chrono::seconds;
8001 using CT = std::chrono::seconds;
8017 using CT = std::chrono::seconds;
8033 using CT = typename std::common_type<Duration, std::chrono::seconds>::type;
8034 using detail::round_i;
8053 using CT = typename std::common_type<Duration, std::chrono::seconds>::type;
8054 using detail::round_i;
8072 using Duration = std::chrono::duration<Rep, Period>;
8073 using CT = typename std::common_type<Duration, std::chrono::seconds>::type;
8074 using detail::round_i;