Home
last modified time | relevance | path

Searched refs:lmatcher1 (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
90 : lmatcher1_(lmatcher1->Copy()), in LookAheadSelector()
128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
129 : fst_(lmatcher1->GetFst().Copy()), in LookAheadSelector()
160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) in LookAheadSelector() argument
162 lmatcher_(lmatcher1->Copy()) {} in LookAheadSelector()