Lines Matching refs:pos_
66 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
82 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {} in BytesTrie()
90 pos_=bytes_; in reset()
124 state.pos=pos_; in saveState()
141 pos_=state.pos; in resetToState()
207 const uint8_t *pos=pos_; in getValue()
223 const uint8_t *pos=pos_; in hasUniqueValue()
322 const uint8_t *pos_; variable
354 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie()
360 pos_=NULL; in stop()
512 const uint8_t *pos_; variable