Searched refs:next_next_ (Results 1 – 2 of 2) sorted by relevance
176 next_ = next_next_; in Next()177 next_next_ = previous; in Next()192 next_ = next_next_; in PeekAhead()195 next_next_ = next_; in PeekAhead()
490 next_next_ = &token_storage_[2]; in Init()718 const TokenDesc& next_next() const { return *next_next_; } in next_next()724 TokenDesc* next_next_; // desc for the token after next (after PeakAhead()) variable