Home
last modified time | relevance | path

Searched refs:chrono_it (Results 1 – 1 of 1) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/whiteboard/
H A Dside_actions.hpp604 iterator chrono_it = actions_.project<container::chronological>(it); in find_first_action_of() local
605 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() local
618 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()