Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Ddistance_query.hpp325 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; member
390 …typename active_branch_list_type::size_type & current_branch = internal_stack.back().current_branc… in increment() local
392 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()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dkernel-yocto.bbclass695 current_branch=`git rev-parse --abbrev-ref HEAD`
696 git branch "$current_branch-orig"