expand.h | 42 PdtStack<typename Arc::StateId, typename Arc::Label> *stack; member in struct:fst::ExpandFstOptions 50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {} 90 stack_(opts.stack ? opts.stack: new PdtStack<StateId, Label>(parens)), 93 own_stack_(opts.stack == 0), own_state_table_(opts.state_table == 0), 186 // Stack push/pop 326 // shortest-stack first queue discipline and relies on the 342 typedef PdtStack<StackId, Label> Stack; 388 // 1. states corresponding to shortest stack first, 390 // 3. among states with the same stack, shortest-first order is used [all...] |