OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paren_stack
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/extensions/pdt/
shortest-path.h
690
stack<ParenSpec>
paren_stack
;
local
699
paren_stack
.pop();
702
paren_stack
.push(paren);
715
} else if (!
paren_stack
.empty()) {
716
ParenSpec paren =
paren_stack
.top();
Completed in 237 milliseconds