Searched defs:LookAheadSelector (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-filter.h68 // LookAheadSelector - a helper class for selecting among possibly
77 class LookAheadSelector { class in namespace:fst
84 class LookAheadSelector<M, M, MT> { class in namespace:fst
89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type) function in class:fst::LookAheadSelector
94 LookAheadSelector(const LookAheadSelector<M, M, MT> &selector) argument
99 ~LookAheadSelector() {
118 void operator=(const LookAheadSelector<M, M, MT> &); // disallow
124 class LookAheadSelector<M1, M2, MATCH_INPUT> { class in namespace:fst
128 LookAheadSelector(M function in class:fst::LookAheadSelector
132 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_INPUT> &selector) argument
156 class LookAheadSelector<M1, M2, MATCH_OUTPUT> { class in namespace:fst
160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) function in class:fst::LookAheadSelector
164 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_OUTPUT> &selector) argument
[all...]

Completed in 85 milliseconds