Lines Matching defs:__stdoff
135 chrono::hh_mm_ss __offset{__continuation.__stdoff + __save};
138 __offset = chrono::hh_mm_ss{-(__continuation.__stdoff + __save)};
189 return __continuation.__at.__time - __continuation.__stdoff -
212 return __continuation.__at.__time - __continuation.__stdoff;
276 [[nodiscard]] static seconds __at_to_seconds(seconds __stdoff, const __tz::__rule& __rule) {
284 return __rule.__at.__time - __stdoff;
290 return __rule.__at.__time - __stdoff;
295 [[nodiscard]] static sys_seconds __from_to_sys_seconds(seconds __stdoff, const __tz::__rule& __rule, year __year) {
298 seconds __at = chrono::__at_to_seconds(__stdoff, __rule);
302 [[nodiscard]] static sys_seconds __from_to_sys_seconds(seconds __stdoff, const __tz::__rule& __rule) {
303 return chrono::__from_to_sys_seconds(__stdoff, __rule, __rule.__from);
366 __continuation.__stdoff,
385 __begin, __next_end, __continuation.__stdoff, 0min, chrono::__format(__continuation, __rule->__letters, 0s)};
388 [[nodiscard]] static seconds __at_to_seconds(seconds __stdoff, seconds __save, const __tz::__rule& __rule) {
391 return __rule.__at.__time - __stdoff - __save;
397 return __rule.__at.__time - __stdoff;
403 __rule_to_sys_seconds(seconds __stdoff, seconds __save, const __tz::__rule& __rule, year __year) {
406 seconds __at = chrono::__at_to_seconds(__stdoff, __save, __rule);
425 seconds __stdoff,
444 sys_seconds __t = chrono::__rule_to_sys_seconds(__stdoff, __save, *__it, __y);
488 __first_rule(seconds __stdoff, const vector<__tz::__rule>& __rules) {
489 return chrono::__next_rule(sys_seconds::min(), __stdoff, 0s, __rules, __rules.end()).second;
497 auto __rule = chrono::__first_rule(__continuation.__stdoff, __rules);
503 sys_seconds __rule_begin = chrono::__from_to_sys_seconds(__continuation.__stdoff, *__rule);
513 auto __next = chrono::__next_rule(__rule_begin, __continuation.__stdoff, __rule->__save.__time, __rules, __rule);
554 __continuation.__stdoff + __save,
565 __continuation.__stdoff,
579 __continuation.__stdoff + __save,
595 __continuation.__stdoff,
631 __next = __next_rule(__next.first, __continuation.__stdoff, __rule->__save.__time, __rules, __rule);
643 __continuation.__stdoff + __rule->__save.__time,
651 __next = __next_rule(__rule_begin, __continuation.__stdoff, __rule->__save.__time, __rules, __rule);
657 __continuation.__stdoff + __rule->__save.__time,
669 __continuation.__stdoff + __save,