Home | History | Annotate | Download | only in fst

Lines Matching refs:PrefixTuple

704           const PrefixTuple& top = stack.Top();
790 // \class PrefixTuple
792 struct PrefixTuple {
793 PrefixTuple(Label f, StateId s) : fst_id(f), nextstate(s) {}
811 prefix_.push_back(PrefixTuple(fst_id, nextstate));
818 const PrefixTuple& Top() const {
827 vector<PrefixTuple> prefix_;