Lines Matching refs:MutableFst
112 void ArcMap(MutableFst<A> *fst, C* mapper) {
135 for (MutableArcIterator< MutableFst<A> > aiter(fst, s);
191 void ArcMap(MutableFst<A> *fst, C mapper) {
198 // input Fst to an output MutableFst.
200 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) {
291 // Fst to an output MutableFst.
293 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) {
872 GallicToNewSymbolsMapper(MutableFst<ToArc> *fst)
957 MutableFst<ToArc> *fst_;