Lines Matching refs:Label
47 typedef int Label; typedef
50 ArcTpl(Label i, Label o, const Weight& w, StateId s) in ArcTpl()
61 Label ilabel;
62 Label olabel;
79 typedef int Label; typedef
83 StringArc(Label i, Label o, Weight w, StateId s) in StringArc()
97 Label ilabel; // Transition input label
98 Label olabel; // Transition output label
109 typedef typename A::Label Label; typedef
111 typedef GallicWeight<Label, typename A::Weight, S> Weight;
115 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc()
131 Label ilabel; // Transition input label
132 Label olabel; // Transition output label
141 typedef typename A::Label Label; typedef
146 ReverseArc(Label i, Label o, Weight w, StateId s) in ReverseArc()
156 Label ilabel; // Transition input label
157 Label olabel; // Transition output label
166 typedef int Label; typedef
170 LexicographicArc(Label i, Label o, Weight w, StateId s) in LexicographicArc()
180 Label ilabel; // Transition input label
181 Label olabel; // Transition output label
190 typedef int Label; typedef
194 ProductArc(Label i, Label o, Weight w, StateId s) in ProductArc()
204 Label ilabel; // Transition input label
205 Label olabel; // Transition output label
217 typedef typename A::Label Label; typedef
223 PowerArc(Label i, Label o, Weight w, StateId s) in PowerArc()
236 Label ilabel; // Transition input label
237 Label olabel; // Transition output label
248 typedef typename A::Label Label; typedef
254 SparsePowerArc(Label i, Label o, Weight w, StateId s) in SparsePowerArc()
268 Label ilabel; // Transition input label
269 Label olabel; // Transition output label
281 typedef typename A::Label Label; typedef
288 ExpectationArc(Label i, Label o, Weight w, StateId s) in ExpectationArc()
299 Label ilabel; // Transition input label
300 Label olabel; // Transition output label