Home
last modified time | relevance | path

Searched defs:StateTuple (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h209 struct StateTuple { struct
210 StateTuple() {} in StateTuple() argument
211 StateTuple(StateId s1, StateId s2, int f) in StateTuple() argument
219 StateTuple empty_tuple(kNoStateId, kNoStateId, 0); in ComposeStateTable() argument
280 struct StateTuple { struct
282 StateTuple() {} in StateTuple() argument
283 StateTuple(StateId s1, StateId s2, int /* f */) in StateTuple() argument
296 StateId &operator[](const StateTuple &tuple) { argument
341 typedef typename StateTupleTable::StateTuple StateTuple; typedef
Dreplace.h83 struct StateTuple { struct
86 StateTuple() {} in StateTuple() function
87 StateTuple(PrefixId p, StateId f, StateId s) : in StateTuple() argument
90 PrefixId prefix_id; // index in prefix table
91 StateId fst_id; // current fst being walked
92 StateId fst_state; // current state in fst being walked, not to be