Home | History | Annotate | Download | only in src

Lines Matching refs:last_

99     : pushback_buffer_(0), last_(0), stream_(NULL) { }
111 pushback_buffer()->Add(last_);
112 last_ = ch;
128 return last_ = pushback_buffer()->RemoveLast();
132 return last_ = next;
137 return last_ = static_cast<uc32>(-1);