Home | History | Annotate | Download | only in fst

Lines Matching refs:nextstate

705           arcp->nextstate = state_table_->FindState(
706 StateTuple(prefix_id, top.fst_id, top.nextstate));
729 StateId nextstate = flags & kArcNextStateValue
731 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate))
733 *arcp = A(arc.ilabel, arc.olabel, arc.weight, nextstate);
742 tuple.fst_id, arc.nextstate);
758 StateId nextstate = flags & kArcNextStateValue
760 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate))
762 *arcp = A(arc.ilabel, arc.olabel, arc.weight, nextstate);
793 PrefixTuple(Label f, StateId s) : fst_id(f), nextstate(s) {}
796 StateId nextstate;
810 void Push(StateId fst_id, StateId nextstate) {
811 prefix_.push_back(PrefixTuple(fst_id, nextstate));
839 x.prefix_[i].nextstate != y.prefix_[i].nextstate) return false;
853 sum += x.prefix_[i].fst_id + x.prefix_[i].nextstate*kPrime0;
884 PrefixId PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) {
885 prefix.Push(fst_id, nextstate);
1045 // // Want both ilabel and nextstate for that arc
1335 loop_.nextstate = s_;