Searched refs:ToGallicMapper (Results 1 - 11 of 11) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Depsnormalize.h52 Map(ifst, &gfst, ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
55 ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
H A Dpush.h68 Map(ifst, &gfst, ToGallicMapper<Arc, stype>());
74 MapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
75 guwfst(uwfst, ToGallicMapper<Arc, stype>());
H A Dminimize.h522 Map(*fst, &gfst, ToGallicMapper<A, STRING_LEFT>());
H A Ddeterminize.h479 typedef ToGallicMapper<A, S> ToMapper;
H A Dmap.h682 struct ToGallicMapper { struct in namespace:fst
/external/openfst/src/include/fst/
H A Depsnormalize.h56 ArcMap(ifst, &gfst, ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
59 ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
H A Dpush.h138 ArcMap(ifst, &gfst, ToGallicMapper<Arc, stype>());
144 ArcMapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
145 guwfst(uwfst, ToGallicMapper<Arc, stype>());
H A Dminimize.h544 ArcMap(*fst, &gfst, ToGallicMapper<A, STRING_LEFT>());
H A Darc-map.h766 struct ToGallicMapper { struct in namespace:fst
H A Ddeterminize.h703 typedef ToGallicMapper<A, S> ToMapper;
/external/openfst/src/test/
H A Dalgo_test.h430 ToGallicMapper<Arc> to_mapper;
441 ToGallicMapper<Arc> to_mapper;
443 ArcMapFst<Arc, GallicArc<Arc>, ToGallicMapper<Arc> >

Completed in 200 milliseconds