Home | History | Annotate | Download | only in fst

Lines Matching refs:Unsigned

128 // The unsigned type U is used to represent indices into the compacts_
134 typedef U Unsigned;
165 Unsigned States(ssize_t i) const { return states_[i]; }
182 Unsigned *states_;
223 states_ = new Unsigned[nstates_ + 1];
330 states_ = new Unsigned[nstates_ + 1];
364 data->states_ = new Unsigned[data->nstates_ + 1];
372 size_t b = (data->nstates_ + 1) * sizeof(Unsigned);
412 (nstates_ + 1) * sizeof(Unsigned));
457 typedef U Unsigned;
563 Unsigned i, num_arcs;
670 Arc ComputeArc(StateId s, Unsigned i, uint32 f = kArcValueFlags) const {
780 // ImplToExpandedFst. The unsigned type U is used to represent indices
794 typedef U Unsigned;