Lines Matching refs:pos_
73 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
89 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {} in BytesTrie()
97 pos_=bytes_; in reset()
112 (uint64_t)(pos_ - bytes_); in getState64()
131 pos_ = bytes_ + (state & kState64PosMask); in resetToState64()
164 state.pos=pos_; in saveState()
181 pos_=state.pos; in resetToState()
247 const uint8_t *pos=pos_; in getValue()
263 const uint8_t *pos=pos_; in hasUniqueValue()
362 const uint8_t *pos_; variable
394 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
400 pos_=NULL; in stop()
559 const uint8_t *pos_; variable