Lines Matching refs:fst2_
231 fst2_(matcher2_->GetFst()),
253 fst2_.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);
279 const FST2 &GetFst2() { return fst2_; }
344 StateId s2 = fst2_.Start();
361 Weight final2 = internal::Final(fst2_, s2);
378 const FST2 &fst2_;
396 fst2_(matcher2_->GetFst()),
398 new T(fst1_, fst2_)) {