Searched refs:PdtStateTuple (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h153 struct PdtStateTuple { struct in namespace:fst
160 PdtStateTuple() function in struct:fst::PdtStateTuple
163 PdtStateTuple(StateId fs, StackId ss) function in struct:fst::PdtStateTuple
169 inline bool operator==(const PdtStateTuple<S, K>& x, argument
170 const PdtStateTuple<S, K>& y) {
196 : public CompactHashStateTable<PdtStateTuple<S, K>,
197 PdtStateHash<PdtStateTuple<S, K> > > {
H A Dexpand.h83 typedef PdtStateTuple<StateId, StackId> StateTuple;
705 PdtStateTuple<StateId, StackId> tuple(rfst_.Start() - 1, 0);
775 PdtStateTuple<StateId, StackId> tuple(meta_arc.nextstate, si);
857 PdtStateTuple<StateId, StackId> tuple(arc.nextstate, stack_.Pop(si));

Completed in 89 milliseconds