Lines Matching refs:Arc
78 template<class Arc>
80 MutableFst<Arc> *ofst = args->arg1->GetMutableFst<Arc>(); in Prune()
82 typedef typename Arc::Weight Weight; in Prune()
83 typedef typename Arc::StateId StateId; in Prune()
85 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune()
86 ConvertPruneOptions<Arc>(args->arg2); in Prune()
95 template<class Arc>
97 const Fst<Arc>& ifst = *(args->arg1.GetFst<Arc>()); in Prune()
98 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); in Prune()
100 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune()
101 ConvertPruneOptions<Arc>(args->arg3); in Prune()
111 template<class Arc>
113 const Fst<Arc>& ifst = *(args->arg1.GetFst<Arc>()); in Prune()
114 MutableFst<Arc> *ofst = args->arg2->GetMutableFst<Arc>(); in Prune()
115 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>()); in Prune()
123 template<class Arc>
125 MutableFst<Arc> *fst = args->arg1->GetMutableFst<Arc>(); in Prune()
126 typename Arc::Weight w = *(args->arg2.GetWeight<typename Arc::Weight>()); in Prune()