Searched refs:buffer8_ (Results 1 – 3 of 3) sorted by relevance
3677 DCHECK(buffer8_ != NULL && end_ != NULL); in GetNext()3679 if (buffer8_ == end_) HasMore(); in GetNext()3680 DCHECK(buffer8_ < end_); in GetNext()3681 return is_one_byte_ ? *buffer8_++ : *buffer16_++; in GetNext()3695 buffer8_ = NULL; in Reset()3707 if (buffer8_ != end_) return true; in HasMore()3713 DCHECK(buffer8_ != end_); in HasMore()3721 buffer8_ = chars; in VisitOneByteString()
8552 : op_(op), is_one_byte_(true), length_(0), buffer8_(NULL) {} in State()8566 buffer8_ = chars; in VisitOneByteString()8581 buffer8_ += consumed; in Advance()8600 const uint8_t* buffer8_; member8617 const Chars1* a = reinterpret_cast<const Chars1*>(state_1->buffer8_); in Equals()8618 const Chars2* b = reinterpret_cast<const Chars2*>(state_2->buffer8_); in Equals()
9346 const uint8_t* buffer8_; member