Home | History | Annotate | Download | only in fst

Lines Matching refs:SW

770   typedef StringWeight<typename A::Label, S> SW;
777 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
780 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
784 GW(SW::One(), arc.weight), arc.nextstate);
788 GW(SW(arc.olabel), arc.weight), arc.nextstate);
810 typedef StringWeight<Label, S> SW;
822 SW w1 = arc.weight.Value1();
868 typedef StringWeight<Label, S> SW;
894 SW w1 = arc.weight.Value1();
906 map_.insert(pair<const SW, Label>(w1, l));
950 size_t operator()(const SW &x) const {
955 typedef unordered_map<SW, Label, StringKey> Map;