Home | History | Annotate | Download | only in fst

Lines Matching defs:GetFst

104   const F &GetFst() const {
105 return type_ == MATCH_OUTPUT ? lmatcher2_->GetFst() :
106 lmatcher1_->GetFst();
129 : fst_(lmatcher1->GetFst().Copy()),
141 const F1 &GetFst() const { return *fst_; }
161 : fst_(lmatcher2->GetFst().Copy()),
173 const F2 &GetFst() const { return *fst_; }
227 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst());
237 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst(), true);
306 return selector_.GetMatcher()->LookAheadFst(selector_.GetFst(),
443 fst1_(filter_.GetMatcher1()->GetFst()),
444 fst2_(filter_.GetMatcher2()->GetFst()),
458 fst1_(filter_.GetMatcher1()->GetFst()),
459 fst2_(filter_.GetMatcher2()->GetFst()),