Home | History | Annotate | Download | only in detail

Lines Matching defs:front_

49     return q.front_;
66 : front_(0),
74 while (Operation* op = front_)
84 return front_;
90 if (front_)
92 Operation* tmp = front_;
93 front_ = op_queue_access::next(front_);
94 if (front_ == 0)
111 front_ = back_ = h;
125 front_ = other_front;
135 return front_ == 0;
142 Operation* front_;