arc.h | 36 : ilabel(i), olabel(o), weight(w), nextstate(s) {} 45 Label ilabel; // Transition input label member in struct:fst::StdArc 60 : ilabel(i), olabel(o), weight(w), nextstate(s) {} 69 Label ilabel; // Transition input label member in struct:fst::LogArc 85 : ilabel(i), olabel(o), weight(w), nextstate(s) {} 98 Label ilabel; // Transition input label member in class:fst::StringArc 117 : ilabel(i), olabel(o), weight(w), nextstate(s) {} 120 : ilabel(arc.ilabel), olabel(arc.ilabel), 132 Label ilabel; \/\/ Transition input label member in struct:fst::GallicArc 157 Label ilabel; \/\/ Transition input label member in struct:fst::ReverseArc [all...] |