Lines Matching refs:bytes_
72 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie()
73 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
88 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie()
97 pos_=bytes_; in reset()
112 (uint64_t)(pos_ - bytes_); in getState64()
131 pos_ = bytes_ + (state & kState64PosMask); in resetToState64()
163 state.bytes=bytes_; in saveState()
180 if(bytes_==state.bytes && bytes_!=NULL) { in resetToState()
208 return nextImpl(bytes_, inByte); in first()
361 const uint8_t *bytes_; variable
393 bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie()
394 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
554 const uint8_t *bytes_; variable