Home
last modified time | relevance | path

Searched refs:child_node_index (Results 1 – 1 of 1) 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 Dremove.hpp71 internal_size_type child_node_index = 0; in operator ()() local
72 for ( ; child_node_index < children.size() ; ++child_node_index ) in operator ()()
76 children[child_node_index].first) ) in operator ()()
79 …traverse_apply_visitor(n, child_node_index); … in operator ()()
96 element_iterator underfl_el_it = elements.begin() + child_node_index; in operator ()()