Searched refs:tail_ (Results 1 – 5 of 5) sorted by relevance
83 Node* head_, *tail_, *search_node_;99 return tail_; in tail()103 tail_ = node; in set_tail()
40 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()
145 Point* tail_; variable176 tail_ = p1; in set_tail()181 return tail_; in tail()
38 tail_ = &tail; in AdvancingFront()
43 typedef Tail tail_; typedef