OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PdtStack
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/extensions/pdt/
pdt.h
40
class
PdtStack
{
58
PdtStack
(const vector<pair<Label, Label> > &parens)
149
const size_t
PdtStack
<T, L>::kPrime = 7853;
expand.h
42
PdtStack
<typename Arc::StateId, typename Arc::Label> *stack;
48
PdtStack
<typename Arc::StateId, typename Arc::Label> *s = 0,
90
stack_(opts.stack ? opts.stack: new
PdtStack
<StateId, Label>(parens)),
107
stack_(new
PdtStack
<StateId, Label>(*impl.stack_)),
197
const
PdtStack
<StackId, Label> &GetStack() const { return *stack_; }
206
PdtStack
<StackId, Label> *stack_;
264
const
PdtStack
<StackId, Label> &GetStack() const {
342
typedef
PdtStack
<StackId, Label> Stack;
[
all
...]
compose.h
289
typedef
PdtStack
<StackId, Label> ParenStack;
Completed in 32 milliseconds