Searched refs:new_neighbor (Results 1 – 1 of 1) sorted by relevance
372 …size_type new_neighbor = current_neighbor == (std::numeric_limits<size_type>::max)() ? 0 : current… in increment() local376 if ( new_neighbor < neighbors.size() ) in increment()377 current_neighbor = new_neighbor; in increment()399 if ( new_neighbor < neighbors.size() && in increment()402 neighbors[new_neighbor].first < next_closest_node_distance ) in increment()404 current_neighbor = new_neighbor; in increment()