Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:stateid

44     typedef typename A::StateId StateId;
60 StateId start = fst_.Start();
68 StateId s = siter.Value();
95 void PrintStateId(StateId s) const {
107 void PrintState(StateId s) const {
208 typedef typename A::StateId StateId;
233 StateId s = StrToStateId(col[0]);
240 StateId d = s;
314 StateId StrToStateId(const char *s) {
315 StateId n = StrToId(s, ssyms_, "state ID");
321 typename hash_map<StateId, StateId>::const_iterator it = states_.find(n);
330 StateId StrToILabel(const char *s) const {
334 StateId StrToOLabel(const char *s) const {
356 hash_map<StateId, StateId> states_; // state ID map
357 StateId nstates_; // number of seen states