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

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h42 typedef K StackId; typedef in class:fst::PdtStack
52 StackId parent_id;
55 StackNode(StackId p, size_t i) : parent_id(p), paren_id(i) {}
85 StackId Find(StackId stack_id, Label label) {
96 StackId &child_id = child_map_[make_pair(stack_id, label)];
113 StackId Pop(StackId stack_id) const {
118 ssize_t Top(StackId stack_id) const {
132 size_t operator()(const pair<StackId, Labe
156 typedef K StackId; typedef in struct:fst::PdtStateTuple
201 typedef K StackId; typedef in class:fst::PdtStateTable
[all...]
H A Dcompose.h288 typedef StateId StackId; typedef in class:fst::ParenFilter
289 typedef PdtStack<StackId, Label> ParenStack;
290 typedef IntegerFilterState<StackId> FilterState2;
398 StackId stack_id = stack_.Find(f2.GetState(), label);
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 370 milliseconds