Home | History | Annotate | Download | only in fst

Lines Matching full:fst_array

970   ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array,
972 : ImplToFst<Impl>(new Impl(fst_array, ReplaceFstOptions<A, T>(root))) {}
974 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array,
976 : ImplToFst<Impl>(new Impl(fst_array, opts)) {}
1271 const vector<const Fst<A>*>& fst_array = impl_->fst_array_;
1272 matcher_.resize(fst_array.size(), 0);
1273 for (size_t i = 0; i < fst_array.size(); ++i) {
1274 if (fst_array[i]) {
1276 new LocalMatcher(*fst_array[i], match_type_, kMultiEpsList);