Home
last modified time | relevance | path

Searched refs:tail_ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dadvancing_front.h83 Node* head_, *tail_, *search_node_;
99 return tail_; in tail()
103 tail_ = node; in set_tail()
H A Dsweep_context.cpp40 tail_(0), in SweepContext()
96 tail_ = new Point(xmin - dx, ymin - dy); in InitTriangulation()
133 Triangle* triangle = new Triangle(*points_[0], *tail_, *head_); in CreateAdvancingFront()
197 delete tail_; in ~SweepContext()
H A Dsweep_context.h145 Point* tail_; variable
176 tail_ = p1; in set_tail()
181 return tail_; in tail()
H A Dadvancing_front.cpp38 tail_ = &tail; in AdvancingFront()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Diterator.hpp43 typedef Tail tail_; typedef