Lines Matching defs:__it
437 for (auto __it = __rules.begin(); __it != __rules.end(); ++__it) {
438 for (year __y = __it->__from; __y <= __it->__to; ++__y) {
441 if (__y == __year && __it == __current)
444 sys_seconds __t = chrono::__rule_to_sys_seconds(__stdoff, __save, *__it, __y);
449 __candidates[__t] = __it;
455 auto __it = __candidates.begin();
460 return *__it;
471 while (__it != __candidates.end()) {
472 if (__current->__save.__time != __it->second->__save.__time || __current->__letters != __it->second->__letters)
473 return *__it;
475 ++__it;
793 for (auto __it = __continuations.begin(); __it != __continuations.end(); ++__it) {
794 const auto& __continuation = *__it;
865 __it != __continuations.begin(), "the first rule should always seed the result");
866 const auto& __last = *(__it - 1);