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

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h41 typedef K StackId; typedef in class:fst::PdtStack
51 StackId parent_id;
54 StackNode(StackId p, size_t i) : parent_id(p), paren_id(i) {}
84 StackId Find(StackId stack_id, Label label) {
95 StackId &child_id = child_map_[make_pair(stack_id, label)];
112 StackId Pop(StackId stack_id) const {
117 ssize_t Top(StackId stack_id) const {
131 size_t operator()(const pair<StackId, Labe
155 typedef K StackId; typedef in struct:fst::PdtStateTuple
200 typedef K StackId; typedef in class:fst::PdtStateTable
[all...]
H A Dexpand.h82 typedef StateId StackId; typedef in class:fst::ExpandFstImpl
83 typedef PdtStateTuple<StateId, StackId> StateTuple;
92 new PdtStateTable<StateId, StackId>()),
108 state_table_(new PdtStateTable<StateId, StackId>()),
181 StackId stack_id = stack_->Find(tuple.stack_id, arc.ilabel);
197 const PdtStack<StackId, Label> &GetStack() const { return *stack_; }
199 const PdtStateTable<StateId, StackId> &GetStateTable() const {
206 PdtStack<StackId, Label> *stack_;
207 PdtStateTable<StateId, StackId> *state_table_;
234 typedef StateId StackId; typedef in class:fst::ExpandFst
341 typedef StateId StackId; typedef in class:fst::PrunedExpand
941 typedef typename ExpandFst<Arc>::StackId StackId; typedef
[all...]

Completed in 337 milliseconds