Lines Matching refs:s_
664 : fst_(fst), impl_(impl), s_(0) { in CacheStateIterator()
669 if (s_ < impl_->NumKnownStates()) in Done()
671 if (s_ < impl_->NumKnownStates()) in Done()
682 if (s_ < impl_->NumKnownStates()) in Done()
688 StateId Value() const { return s_; } in Value()
690 void Next() { ++s_; } in Next()
692 void Reset() { s_ = 0; } in Reset()
705 StateId s_; variable
766 CacheMutableArcIterator(Impl *impl, StateId s) : i_(0), s_(s), impl_(impl) { in CacheMutableArcIterator()
767 state_ = impl_->ExtendState(s_); in CacheMutableArcIterator()
852 StateId s_; variable