HomeSort by relevance Sort by last modified time
    Searched refs:ExtendState (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 116 S *ExtendState(StateId s) {
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/
cache.h 210 S *ExtendState(StateId s);
220 S *state = ExtendState(s);
229 S *state = ExtendState(s);
252 S *state = ExtendState(s);
259 S *state = ExtendState(s);
282 S *state = ExtendState(s);
287 S *state = ExtendState(s);
307 S *state = ExtendState(s);
502 S *CacheBaseImpl<S, C>::ExtendState(typename S::Arc::StateId s) {
721 state_ = impl->ExtendState(s)
    [all...]

Completed in 29 milliseconds