Searched defs:StateTuple (Results 1 – 2 of 2) sorted by relevance
209 struct StateTuple { struct210 StateTuple() {} in StateTuple() argument211 StateTuple(StateId s1, StateId s2, int f) in StateTuple() argument219 StateTuple empty_tuple(kNoStateId, kNoStateId, 0); in ComposeStateTable() argument280 struct StateTuple { struct282 StateTuple() {} in StateTuple() argument283 StateTuple(StateId s1, StateId s2, int /* f */) in StateTuple() argument296 StateId &operator[](const StateTuple &tuple) { argument341 typedef typename StateTupleTable::StateTuple StateTuple; typedef
83 struct StateTuple { struct86 StateTuple() {} in StateTuple() function87 StateTuple(PrefixId p, StateId f, StateId s) : in StateTuple() argument90 PrefixId prefix_id; // index in prefix table91 StateId fst_id; // current fst being walked92 StateId fst_state; // current state in fst being walked, not to be