Searched defs:FromGallicMapper (Results 1 – 2 of 2) sorted by relevance
805 struct FromGallicMapper { struct814 FromGallicMapper(Label superfinal_label = 0) argument830 FSTERROR() << "FromGallicMapper: unrepesentable weight"; in operator() argument840 MapFinalAction FinalAction() const { return MAP_ALLOW_SUPERFINAL; } in FinalAction()842 MapSymbolsAction InputSymbolsAction() const { return MAP_COPY_SYMBOLS; } in InputSymbolsAction()844 MapSymbolsAction OutputSymbolsAction() const { return MAP_CLEAR_SYMBOLS;} in OutputSymbolsAction()846 uint64 Properties(uint64 inprops) const { in Properties()856 mutable bool error_;
717 struct FromGallicMapper { struct718 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()