Home | History | Annotate | Download | only in lib

Lines Matching full:stateid

40   typedef typename Arc::StateId StateId;
44 StateId start1 = fst1->Start();
51 StateId numstates1= fst1->NumStates();
56 StateId s1 = fst1->AddState();
57 StateId s2 = siter2.Value();
68 StateId start2 = fst2.Start();
69 for (StateId s1 = 0; s1 < numstates1; ++s1) {
111 typedef typename A::StateId StateId;
141 typedef typename A::StateId StateId;
143 ArcIterator(const ConcatFst<A> &fst, StateId s)