Searched refs:ToGallicMapper (Results 1 – 11 of 11) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | push.h | 68 Map(ifst, &gfst, ToGallicMapper<Arc, stype>()); in Push() 74 MapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> > in Push() 75 guwfst(uwfst, ToGallicMapper<Arc, stype>()); in Push()
|
D | epsnormalize.h | 54 Map(ifst, &gfst, ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>()); 57 ToGallicMapper<Arc, STRING_RIGHT_RESTRICT>());
|
D | minimize.h | 522 Map(*fst, &gfst, ToGallicMapper<A, STRING_LEFT>());
|
D | determinize.h | 479 typedef ToGallicMapper<A, S> ToMapper;
|
D | map.h | 682 struct ToGallicMapper { struct
|
/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()
|