Home | History | Annotate | Download | only in lib

Lines Matching refs:Label

31   typedef int Label;
35 StdArc(Label i, Label o, Weight w, StateId s)
45 Label ilabel; // Transition input label
46 Label olabel; // Transition output label
55 typedef int Label;
59 LogArc(Label i, Label o, Weight w, StateId s)
69 Label ilabel; // Transition input label
70 Label olabel; // Transition output label
80 typedef int Label;
84 StringArc(Label i, Label o, Weight w, StateId s)
98 Label ilabel; // Transition input label
99 Label olabel; // Transition output label
105 // Arc with label and state Id type the same as template arg and with
110 typedef typename A::Label Label;
112 typedef GallicWeight<Label, typename A::Weight, S> Weight;
116 GallicArc(Label i, Label o, Weight w, StateId s)
132 Label ilabel; // Transition input label
133 Label olabel; // Transition output label
142 typedef typename A::Label Label;
147 ReverseArc(Label i, Label o, Weight w, StateId s)
157 Label ilabel; // Transition input label
158 Label olabel; // Transition output label