Searched refs:ToGallicMapper (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/ |
D | epsnormalize.h | 56 ArcMap(ifst, &gfst, ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>()); 59 ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
|
D | push.h | 138 ArcMap(ifst, &gfst, ToGallicMapper<Arc, stype>()); 144 ArcMapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> > 145 guwfst(uwfst, ToGallicMapper<Arc, stype>());
|
D | minimize.h | 544 ArcMap(*fst, &gfst, ToGallicMapper<A, STRING_LEFT>());
|
D | determinize.h | 703 typedef ToGallicMapper<A, S> ToMapper;
|
D | arc-map.h | 766 struct ToGallicMapper { struct
|
/external/openfst/src/test/ |
D | algo_test.h | 430 ToGallicMapper<Arc> to_mapper; in TestMap() 441 ToGallicMapper<Arc> to_mapper; in TestMap() 443 ArcMapFst<Arc, GallicArc<Arc>, ToGallicMapper<Arc> > in TestMap()
|