Searched refs:current_branch (Results 1 – 2 of 2) sorted by relevance
325 internal_stack_element() : current_branch(0) {} in internal_stack_element()331 current_branch = o.current_branch; in operator =()336 typename active_branch_list_type::size_type current_branch; member390 …typename active_branch_list_type::size_type & current_branch = internal_stack.back().current_branc… in increment() local392 if ( branches.size() <= current_branch ) in increment()411 is_node_prunable(neighbors.back().first, branches[current_branch].first) ) in increment()420 ++current_branch; in increment()421 rtree::apply_visitor(*this, *(branches[current_branch - 1].second)); in increment()548 if ( first->branches.size() <= first->current_branch ) in calc_closest_node_distance()551 node_distance_type curr_dist = first->branches[first->current_branch].first; in calc_closest_node_distance()
695 current_branch=`git rev-parse --abbrev-ref HEAD`696 git branch "$current_branch-orig"