Searched defs:PrefixTuple (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h309 const PrefixTuple& top = stack.Top();
385 // \class PrefixTuple
387 struct PrefixTuple { struct in class:fst::ReplaceFstImpl
388 PrefixTuple(Label f, StateId s) : fst_id(f), nextstate(s) {} function in struct:fst::ReplaceFstImpl::PrefixTuple
406 prefix_.push_back(PrefixTuple(fst_id, nextstate));
413 const PrefixTuple& Top() const {
422 vector<PrefixTuple> prefix_;

Completed in 34 milliseconds