Lines Matching refs:ilabel
65 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {} in Tuple()
67 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {} in Tuple()
69 Label ilabel; member
78 return (x->ilabel == y->ilabel && in operator()
98 size_t hash = x->ilabel; in operator()
132 const Tuple tuple(arc.ilabel, in Encode()
147 const Tuple tuple(arc.ilabel, in GetLabel()
225 WriteType(strm, tuple->ilabel); in Write()
265 ReadType(strm, &tuple->ilabel); in Read()
437 if (arc.ilabel == 0) return arc; in operator()
438 if (flags_ & kEncodeLabels && arc.ilabel != arc.olabel) { in operator()
448 const typename EncodeTable<A>::Tuple* tuple = table_->Decode(arc.ilabel); in operator()
454 return A(tuple->ilabel, in operator()