Searched refs:compacts_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompact-fst.h111 // The implementation contains two arrays: 'states_' and 'compacts_'.
114 // The 'compacts_' contains the compacted transitions. Its size is
121 // 'nstates_ + 1' and contains pointers to positions into 'compacts_'.
123 // stored in positions [ 'states_[s]', 'states_[s + 1]' ) in 'compacts_'.
129 // The unsigned type U is used to represent indices into the compacts_
141 compacts_(0),
161 delete [] compacts_;
175 const CompactElement &Compacts(size_t i) const { return compacts_[i]; }
191 CompactElement *compacts_; member in class:fst::CompactFstData
206 compacts_(
1112 const CompactElement *compacts_; member in class:fst::ArcIterator
[all...]

Completed in 69 milliseconds