Home | History | Annotate | Download | only in fst

Lines Matching full:states

19 // Simple concrete immutable FST whose states and arcs are each stored
41 // States and arcs each implemented by single arrays, templated on the
111 // States implemented by array *states_ below, arcs by (single) *arcs_.
131 MappedFile *states_region_; // Mapped file for states
133 State *states_; // States represenation
135 StateId nstates_; // Number of states
165 // Count # of states and arcs.
339 // before writing to compute number of states and arcs.
382 size_t pos = 0, states = 0;
392 ++states;
394 hdr.SetNumStates(states);
397 LOG(ERROR) << "Could not align file during write after writing states";
416 LOG(ERROR) << "Inconsistent number of states observed during write";