Home | History | Annotate | Download | only in src

Lines Matching defs:head_

90     if (Succ(head_) == tail_) {
93 buffer_[head_] = *sample;
94 head_ = Succ(head_);
124 int head_; // Index to the buffer head.
261 : head_(0),