Lines Matching defs:__second
907 // Is the "__local_time" present in "__first" and "__second". If so the
910 __is_ambiguous(local_seconds __local_time, const sys_info& __first, const sys_info& __second) {
912 std::chrono::local_seconds __begin_second{__second.begin.time_since_epoch() + __second.offset};
918 // "__first" to be earlier in time than "__second".
920 __get_info(local_seconds __local_time, const sys_info& __first, const sys_info& __second) {
922 std::chrono::local_seconds __begin_second{__second.begin.time_since_epoch() + __second.offset};
929 return {local_info::ambiguous, __first, __second};
941 return {local_info::nonexistent, __first, __second};
946 return {local_info::unique, __second, sys_info{}};