Searched refs:chrono_it (Results 1 – 1 of 1) sorted by relevance
604 iterator chrono_it = actions_.project<container::chronological>(it); in find_first_action_of() local605 if((comp(chrono_it, first) || first==actions_.end()) && !comp(chrono_it, limit)) { in find_first_action_of()606 first = chrono_it; in find_first_action_of()617 const_iterator chrono_it = actions_.project<container::chronological>(it); in find_first_action_of() local618 if((comp(chrono_it, first) || first==actions_.end()) && !comp(chrono_it, limit)) { in find_first_action_of()619 first = chrono_it; in find_first_action_of()