Home | History | Annotate | Download | only in fst

Lines Matching refs:Unsigned

129 // The unsigned type U is used to represent indices into the compacts_
135 typedef U Unsigned;
174 Unsigned States(ssize_t i) const { return states_[i]; }
190 Unsigned *states_;
229 states_ = new Unsigned[nstates_ + 1];
338 states_ = new Unsigned[nstates_ + 1];
377 size_t b = (data->nstates_ + 1) * sizeof(Unsigned);
384 data->states_ = static_cast<Unsigned *>(
418 (nstates_ + 1) * sizeof(Unsigned));
463 typedef U Unsigned;
568 Unsigned i, num_arcs;
674 Arc ComputeArc(StateId s, Unsigned i, uint32 f = kArcValueFlags) const {
791 // ImplToExpandedFst. The unsigned type U is used to represent indices
805 typedef U Unsigned;
931 typedef U Unsigned;
991 Unsigned compacts = 0;