Searched refs:__is_hh_mm_ss (Results 1 – 3 of 3) sorted by relevance
27 concept __is_hh_mm_ss = __is_specialization_v<_Tp, chrono::hh_mm_ss>; variable
162 else if constexpr (__is_hh_mm_ss<_Tp>) in __use_fraction()443 else if constexpr (__is_hh_mm_ss<_Tp>) in __weekday_ok()494 else if constexpr (__is_hh_mm_ss<_Tp>) in __weekday_name_ok()545 else if constexpr (__is_hh_mm_ss<_Tp>) in __date_ok()596 else if constexpr (__is_hh_mm_ss<_Tp>) in __month_name_ok()664 if constexpr (__is_hh_mm_ss<_Tp>) { in __format_chrono()
168 } else if constexpr (__is_hh_mm_ss<_ChronoT>) { in __convert_to_tm()