Searched defs:ExtendState (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h116 S *ExtendState(StateId s) { function in class:fst::CacheBaseImpl
165 S *state = ExtendState(s);
171 S *state = ExtendState(s);
177 S *state = ExtendState(s);
199 S *state = ExtendState(s);
436 state_ = fst.impl_->ExtendState(s);
/external/openfst/src/include/fst/
H A Dcache.h177 S *ExtendState(StateId s) { function in class:fst::CacheBaseImpl
229 S *state = ExtendState(s);
238 S *state = ExtendState(s);
260 S *state = ExtendState(s);
267 S *state = ExtendState(s);
289 S *state = ExtendState(s);
294 S *state = ExtendState(s);
309 S *state = ExtendState(s);
598 state_ = impl->ExtendState(s);
644 state_ = impl_->ExtendState(s
[all...]

Completed in 37 milliseconds