Lines Matching defs:__end
93 auto __end = ranges::end(__r);
94 auto __ret = ranges::lower_bound(ranges::begin(__r), __end, __value, __comp, __proj);
95 if (__ret == __end)
96 return __end;
100 return !std::invoke(__comp, __value, std::invoke(__proj, *__ret)) ? __ret : __end;
360 sys_seconds __end,
365 __end,
600 sys_seconds __end = __continuation_end(__rule->__save.__time);
603 sys_seconds __sys_info_end = std::min(__end, __next.first);
632 __end = __continuation_end(__rule->__save.__time);
633 __sys_info_end = std::min(__end, __next.first);
636 if ((__time >= __rule_begin && __time < __next.first) || __next.first >= __end) {
638 __sys_info_end = std::min(__end, __next.first);
646 __sys_info_end == __end};
711 // Iff the "offsets" are the same '__current.__end' is replaced with
712 // '__next.__end', which effectively merges the two objects in one object. The
883 sys_seconds __end = __result->end - __result->offset;
885 if (__end == __begin) {