Lines Matching full:offset_
1057 : fst_(fst), state_(s), pos_(0), offset_(0), flags_(0), arcs_(0),
1101 offset_ = num_arcs_ - local_data_.narcs;
1125 offset_ = 0; // No offset
1139 offset_ = num_arcs_ - local_data_.narcs;
1158 if (pos_ - offset_ >= 0) { // The requested arc is not the 'final' arc.
1159 const A& arc = arcs_[pos_ - offset_];
1216 mutable ssize_t offset_; // Offset between position in iterator and in arcs_