Searched refs:LookAheadSelector (Results 1 – 1 of 1) sorted by relevance
/external/openfst/src/include/fst/ |
D | lookahead-filter.h | 77 class LookAheadSelector { 84 class LookAheadSelector<M, M, MT> { 89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type) in LookAheadSelector() function 94 LookAheadSelector(const LookAheadSelector<M, M, MT> &selector) in LookAheadSelector() function 99 ~LookAheadSelector() { in ~LookAheadSelector() 118 void operator=(const LookAheadSelector<M, M, MT> &); // disallow 124 class LookAheadSelector<M1, M2, MATCH_INPUT> { 128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() function 132 LookAheadSelector(const LookAheadSelector<M1, M2, MATCH_INPUT> &selector) in LookAheadSelector() function 136 ~LookAheadSelector() { in ~LookAheadSelector() [all …]
|