Lines Matching refs:bytes_
70 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie()
71 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
86 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie()
95 pos_=bytes_; in reset()
110 (uint64_t)(pos_ - bytes_); in getState64()
129 pos_ = bytes_ + (state & kState64PosMask); in resetToState64()
161 state.bytes=bytes_; in saveState()
178 if(bytes_==state.bytes && bytes_!=NULL) { in resetToState()
206 return nextImpl(bytes_, inByte); in first()
359 const uint8_t *bytes_; variable
390 bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie()
391 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
551 const uint8_t *bytes_; variable