Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h717 struct FromGallicMapper { struct
718 typedef GallicArc<A, S> FromArc;
719 typedef A ToArc;
721 typedef typename A::Label Label;
722 typedef StringWeight<Label, S> SW;
723 typedef typename A::Weight AW;
724 typedef typename GallicArc<A, S>::Weight GW;
726 A operator()(const FromArc &arc) const { in operator()
745 MapFinalAction FinalAction() const { return MAP_ALLOW_SUPERFINAL; } in FinalAction()
747 uint64 Properties(uint64 props) const { in Properties()