Home
last modified time | relevance | path

Searched refs:ToGallicMapper (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Depsnormalize.h56 ArcMap(ifst, &gfst, ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
59 ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
Dpush.h138 ArcMap(ifst, &gfst, ToGallicMapper<Arc, stype>());
144 ArcMapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
145 guwfst(uwfst, ToGallicMapper<Arc, stype>());
Dminimize.h544 ArcMap(*fst, &gfst, ToGallicMapper<A, STRING_LEFT>());
Ddeterminize.h703 typedef ToGallicMapper<A, S> ToMapper;
Darc-map.h766 struct ToGallicMapper { struct
/external/openfst/src/test/
Dalgo_test.h430 ToGallicMapper<Arc> to_mapper; in TestMap()
441 ToGallicMapper<Arc> to_mapper; in TestMap()
443 ArcMapFst<Arc, GallicArc<Arc>, ToGallicMapper<Arc> > in TestMap()