Home | History | Annotate | Download | only in fst

Lines Matching refs:ArcMap

94 // The ArcMap functions and classes below will use the FinalAction()
112 void ArcMap(MutableFst<A> *fst, C* mapper) {
146 FSTERROR() << "ArcMap: non-zero arc labels for superfinal arc";
191 void ArcMap(MutableFst<A> *fst, C mapper) {
192 ArcMap(fst, &mapper);
200 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) {
252 FSTERROR() << "ArcMap: non-zero arc labels for superfinal arc";
293 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) {
294 ArcMap(ifst, ofst, &mapper);