Home | History | Annotate | Download | only in fst

Lines Matching defs:ilabel

65         : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
67 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
69 Label ilabel;
78 return (x->ilabel == y->ilabel &&
98 size_t hash = x->ilabel;
132 const Tuple tuple(arc.ilabel,
147 const Tuple tuple(arc.ilabel,
211 SymbolTable *isymbols_; // Pre-encoded ilabel symbol table
225 WriteType(strm, tuple->ilabel);
265 ReadType(strm, &tuple->ilabel);
437 if (arc.ilabel == 0) return arc;
438 if (flags_ & kEncodeLabels && arc.ilabel != arc.olabel) {
448 const typename EncodeTable<A>::Tuple* tuple = table_->Decode(arc.ilabel);
454 return A(tuple->ilabel,