Home
last modified time | relevance | path

Searched refs:paren_stack (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h690 stack<ParenSpec> paren_stack; in GetPath() local
699 paren_stack.pop(); in GetPath()
702 paren_stack.push(paren); in GetPath()
715 } else if (!paren_stack.empty()) { in GetPath()
716 ParenSpec paren = paren_stack.top(); in GetPath()