Home
last modified time | relevance | path

Searched refs:lmatcher2 (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-filter.h89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type) in LookAheadSelector() argument
91 lmatcher2_(lmatcher2->Copy()), in LookAheadSelector()
128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
130 lmatcher_(lmatcher2->Copy()) {} in LookAheadSelector()
160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
161 : fst_(lmatcher2->GetFst().Copy()), in LookAheadSelector()