Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h682 struct ToGallicMapper { struct
683 typedef A FromArc;
684 typedef GallicArc<A, S> ToArc;
686 typedef StringWeight<typename A::Label, S> SW;
687 typedef typename A::Weight AW;
688 typedef typename GallicArc<A, S>::Weight GW;
690 ToArc operator()(const A &arc) const { in operator()
707 MapFinalAction FinalAction() const { return MAP_NO_SUPERFINAL; } in FinalAction()
709 uint64 Properties(uint64 props) const { in Properties()