Searched defs:RmWeightMapper (Results 1 – 1 of 1) sorted by relevance
898 struct RmWeightMapper { struct899 typedef A FromArc;900 typedef B ToArc;901 typedef typename FromArc::Weight FromWeight;902 typedef typename ToArc::Weight ToWeight;904 B operator()(const A &arc) const { in operator()910 MapFinalAction FinalAction() const { return MAP_NO_SUPERFINAL; } in FinalAction()912 uint64 Properties(uint64 props) const { in Properties()