Home | History | Annotate | Download | only in lib

Lines Matching refs:SW

686   typedef StringWeight<typename A::Label, S> SW;
693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
700 GW(SW::One(), arc.weight), arc.nextstate);
704 GW(SW(arc.olabel), arc.weight), arc.nextstate);
722 typedef StringWeight<Label, S> SW;
731 SW w1 = arc.weight.Value1();
762 typedef StringWeight<Label, S> SW;
785 SW w1 = arc.weight.Value1();
797 map_.insert(pair<const SW, Label>(w1, l));
833 size_t operator()(const SW &x) const {
838 typedef std::unordered_map<SW, Label, StringKey> Map;