Home | History | Annotate | Download | only in fst

Lines Matching full:stateid

48   typedef int StateId;
50 ArcTpl(Label i, Label o, const Weight& w, StateId s)
64 StateId nextstate;
81 typedef int StateId;
83 StringArc(Label i, Label o, Weight w, StateId s)
100 StateId nextstate; // Transition destination state
110 typedef typename A::StateId StateId;
115 GallicArc(Label i, Label o, Weight w, StateId s)
134 StateId nextstate; // Transition destination state
144 typedef typename A::StateId StateId;
146 ReverseArc(Label i, Label o, Weight w, StateId s)
159 StateId nextstate; // Transition destination state
168 typedef int StateId;
170 LexicographicArc(Label i, Label o, Weight w, StateId s)
183 StateId nextstate; // Transition destination state
192 typedef int StateId;
194 ProductArc(Label i, Label o, Weight w, StateId s)
207 StateId nextstate; // Transition destination state
218 typedef typename A::StateId StateId;
223 PowerArc(Label i, Label o, Weight w, StateId s)
239 StateId nextstate; // Transition destination state
249 typedef typename A::StateId StateId;
254 SparsePowerArc(Label i, Label o, Weight w, StateId s)
271 StateId nextstate; // Transition destination state
282 typedef typename A::StateId StateId;
288 ExpectationArc(Label i, Label o, Weight w, StateId s)
302 StateId nextstate; // Transition destination state