Lines Matching defs:__local_time
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) {
914 return __local_time < __end_first && __local_time >= __begin_second;
917 // Determines the result of the "__local_time". This expects the object
920 __get_info(local_seconds __local_time, const sys_info& __first, const sys_info& __second) {
924 if (__local_time < __end_first) {
925 if (__local_time >= __begin_second)
937 if (__local_time < __begin_second)
950 time_zone::__get_info(local_seconds __local_time) const {
951 seconds __local_seconds = __local_time.time_since_epoch();
1030 return chrono::__get_info(__local_time, __get_info(__info.begin - 1s), __info);
1034 return chrono::__get_info(__local_time, __info, __get_info(__info.end));
1041 if (__is_ambiguous(__local_time, __prev, __info))
1050 return chrono::__get_info(__local_time, __info, __get_info(__info.end));