Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-filter.h91 lmatcher2_(lmatcher2->Copy()), in LookAheadSelector()
96 lmatcher2_(selector.lmatcher2_->Copy()), in LookAheadSelector()
101 delete lmatcher2_; in ~LookAheadSelector() local
105 return type_ == MATCH_OUTPUT ? lmatcher2_->GetFst() : in GetFst()
110 return type_ == MATCH_OUTPUT ? lmatcher1_ : lmatcher2_; in GetMatcher()
115 M *lmatcher2_; variable