Home | History | Annotate | Download | only in fst

Lines Matching refs:fst1_

230         fst1_(matcher1_->GetFst()),
252 (fst1_.Properties(kError, false) ||
272 internal::NumArcs(fst1_, s1) > internal::NumArcs(fst2_, s2)))
273 OrderedExpand(s, fst1_, s1, fst2_, s2, matcher1_, false);
275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true);
278 const FST1 &GetFst1() { return fst1_; }
340 StateId s1 = fst1_.Start();
356 Weight final1 = internal::Final(fst1_, s1);
377 const FST1 &fst1_;
395 fst1_(matcher1_->GetFst()),
398 new T(fst1_, fst2_)) {