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.h685 stack<ParenSpec> paren_stack; in GetPath() local
694 paren_stack.pop(); in GetPath()
697 paren_stack.push(paren); in GetPath()
710 } else if (!paren_stack.empty()) { in GetPath()
711 ParenSpec paren = paren_stack.top(); in GetPath()