Searched defs:fst_id (Results 1 – 2 of 2) sorted by relevance
88 StateId fst_id; // current fst being walked member780 const Fst<A>* GetFst(Label fst_id) const { in GetFst()795 Label fst_id; member810 void Push(StateId fst_id, StateId nextstate) { in Push()884 PrefixId PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) { in PushPrefix()
89 size_t fst_id = label2id[label]; in Replace() local