Searched refs:sys_seconds (Results 1 – 9 of 9) sorted by relevance
85 using __sys_info_result = expected<__sys_info, sys_seconds>;181 [[nodiscard]] static sys_seconds __to_sys_seconds(year_month_day __ymd, seconds __seconds) { in __to_sys_seconds()183 return sys_seconds{__result}; in __to_sys_seconds()235 [[nodiscard]] static sys_seconds __until_to_sys_seconds(const __tz::__continuation& __continuation)… in __until_to_sys_seconds()238 return sys_seconds::max(); in __until_to_sys_seconds()260 … __until_ != sys_seconds::max() && __continuation.__at.__clock == __tz::__clock::__local} {}264 sys_seconds __until() const noexcept { return __until_; } in __until()269 …sys_seconds operator()(seconds __save) const noexcept { return __until_ - __needs_adjustment_ * __… in operator ()()272 sys_seconds __until_;295 [[nodiscard]] static sys_seconds __from_to_sys_seconds(seconds __stdoff, const __tz::__rule& __rule… in __from_to_sys_seconds()[all …]
630 sys_seconds __timestamp; in __parse_leap_seconds()651 … sys_seconds __date = sys_seconds{seconds{chrono::__parse_integral(__input, false)}} - __offset; in __parse_leap_seconds()
40 …_LIBCPP_HIDE_FROM_ABI explicit constexpr leap_second(__private_constructor_tag, sys_seconds __date… in leap_second()46 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI constexpr sys_seconds date() const noexcept { return __dat… in date()51 sys_seconds __date_;112 requires three_way_comparable_with<sys_seconds, sys_time<_Duration>>
36 sys_seconds begin;37 sys_seconds end;
43 using sys_seconds = sys_time<seconds>; variable
155 …[[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI sys_info __get_info(sys_seconds …
292 using sys_seconds = sys_time<seconds>; // C++20733 sys_seconds begin;734 sys_seconds end;815 constexpr sys_seconds date() const noexcept;841 requires three_way_comparable_with<sys_seconds, sys_time<Duration>>
84 using std::chrono::sys_seconds;
3390 SYMBOL(sys_seconds, std::chrono::, <chrono>)