Home | History | Annotate | Download | only in fst

Lines Matching defs:olabel

65         : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
67 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
70 Label olabel;
79 x->olabel == y->olabel &&
102 hash = hash << lshift ^ hash >> rshift ^ x->olabel;
133 flags_ & kEncodeLabels ? arc.olabel : 0,
148 flags_ & kEncodeLabels ? arc.olabel : 0,
212 SymbolTable *osymbols_; // Pre-encoded olabel symbol table
226 WriteType(strm, tuple->olabel);
266 ReadType(strm, &tuple->olabel);
429 flags_ & kEncodeLabels ? label : arc.olabel,
438 if (flags_ & kEncodeLabels && arc.ilabel != arc.olabel) {
455 flags_ & kEncodeLabels ? tuple->olabel : arc.olabel,