Searched refs:fst_id (Results 1 – 1 of 1) sorted by relevance
88 prefix_id(p), fst_id(f), fst_state(s) {} in StateTuple()91 StateId fst_id; // current fst being walked member244 const Fst<A>* fst = fst_array_[tuple.fst_id]; in Final()298 const Fst<A>* fst = fst_array_[tuple.fst_id]; in Expand()312 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate)); in Expand()322 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate)); in Expand()332 tuple.fst_id, arc.nextstate); in Expand()346 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate)); in Expand()366 return ((x.prefix_id == y.prefix_id) && (x.fst_id == y.fst_id) && in operator()377 x.fst_id * kPrime0 + in operator()[all …]