Lines Matching refs:Arc
30 template<class Arc>
32 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>();
45 template<class Arc>
47 const Fst<Arc> &ifst = *(args->arg1.GetFst<Arc>());
48 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>();
51 fst::Push<Arc, REWEIGHT_TO_FINAL>(ifst, ofst, args->arg3, args->arg5);
53 fst::Push<Arc, REWEIGHT_TO_INITIAL>(ifst, ofst, args->arg3, args->arg5);