Searched refs:PrefixTuple (Results 1 - 2 of 2) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ | ||
H A D | replace.h | 308 const PrefixTuple& top = stack.Top(); 384 // \class PrefixTuple 386 struct PrefixTuple { struct in class:fst::ReplaceFstImpl 387 PrefixTuple(Label f, StateId s) : fst_id(f), nextstate(s) {} function in struct:fst::ReplaceFstImpl::PrefixTuple 405 prefix_.push_back(PrefixTuple(fst_id, nextstate)); 412 const PrefixTuple& Top() const { 421 vector<PrefixTuple> prefix_; |
/external/openfst/src/include/fst/ | ||
H A D | replace.h | 704 const PrefixTuple& top = stack.Top(); 790 // \class PrefixTuple 792 struct PrefixTuple { struct in class:fst::ReplaceFstImpl 793 PrefixTuple(Label f, StateId s) : fst_id(f), nextstate(s) {} function in struct:fst::ReplaceFstImpl::PrefixTuple 811 prefix_.push_back(PrefixTuple(fst_id, nextstate)); 818 const PrefixTuple& Top() const { 827 vector<PrefixTuple> prefix_; |
Completed in 220 milliseconds