Searched defs:fst_id (Results 1 – 3 of 3) sorted by relevance
91 StateId fst_id; // current fst being walked member390 Label fst_id; member405 void Push(int fst_id, StateId nextstate) { in Push()479 int PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) { in PushPrefix()
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