Home | History | Annotate | Download | only in lib

Lines Matching defs:olabel

50         : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
52 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
55 Label olabel;
64 x->olabel == y->olabel &&
87 if (encode_flags_ & kEncodeLabels) hash ^= x->olabel >> rshift;
114 flags_ & kEncodeLabels ? arc.olabel : 0,
139 WriteType(strm, tuple->olabel);
167 ReadType(strm, &tuple->olabel);
239 flags_ & kEncodeLabels ? label : arc.olabel,
250 flags_ & kEncodeLabels ? tuple->olabel : arc.olabel,