Lines Matching refs:Label
31 typedef int Label; typedef
35 StdArc(Label i, Label o, Weight w, StateId s) in StdArc()
45 Label ilabel; // Transition input label
46 Label olabel; // Transition output label
55 typedef int Label; typedef
59 LogArc(Label i, Label o, Weight w, StateId s) in LogArc()
69 Label ilabel; // Transition input label
70 Label olabel; // Transition output label
80 typedef int Label; typedef
84 StringArc(Label i, Label o, Weight w, StateId s) in StringArc()
98 Label ilabel; // Transition input label
99 Label olabel; // Transition output label
110 typedef typename A::Label Label; typedef
112 typedef GallicWeight<Label, typename A::Weight, S> Weight;
116 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc()
132 Label ilabel; // Transition input label
133 Label olabel; // Transition output label
142 typedef typename A::Label Label; typedef
147 ReverseArc(Label i, Label o, Weight w, StateId s) in ReverseArc()
157 Label ilabel; // Transition input label
158 Label olabel; // Transition output label