Lines Matching refs:pos_
68 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
84 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {} in BytesTrie()
92 pos_=bytes_; in reset()
126 state.pos=pos_; in saveState()
143 pos_=state.pos; in resetToState()
209 const uint8_t *pos=pos_; in getValue()
225 const uint8_t *pos=pos_; in hasUniqueValue()
324 const uint8_t *pos_; variable
355 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
361 pos_=NULL; in stop()
513 const uint8_t *pos_; variable