Searched refs:active_branch_list (Results 1 – 1 of 1) sorted by relevance
139 active_branch_list_type active_branch_list; in operator ()() local140 active_branch_list.reserve(m_parameters.get_max_elements()); in operator ()()168 active_branch_list.push_back( std::make_pair(node_distance, it->second) ); in operator ()()173 if ( active_branch_list.empty() ) in operator ()()177 std::sort(active_branch_list.begin(), active_branch_list.end(), abl_less); in operator ()()180 for ( typename active_branch_list_type::const_iterator it = active_branch_list.begin(); in operator ()()181 it != active_branch_list.end() ; ++it ) in operator ()()