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

/external/openfst/src/include/fst/
H A Dreplace.h324 using CacheImpl<A>::SetArcs;
642 SetArcs(s);
660 SetArcs(s);
667 SetArcs(s);
684 SetArcs(s);
H A Dfactor-weight.h164 using CacheBaseImpl< CacheState<A> >::SetArcs;
344 SetArcs(s);
H A Drelabel.h202 using CacheImpl<A>::SetArcs;
363 SetArcs(s);
H A Drmepsilon.h390 using CacheBaseImpl< CacheState<A> >::SetArcs;
488 SetArcs(s);
H A Dstate-map.h198 using CacheImpl<B>::SetArcs;
293 SetArcs(s);
H A Dsynchronize.h60 using CacheBaseImpl< CacheState<A> >::SetArcs;
269 SetArcs(s);
H A Drandgen.h339 using CacheBaseImpl< CacheState<B> >::SetArcs;
446 SetArcs(s);
488 SetArcs(s);
H A Darc-map.h322 using CacheImpl<B>::SetArcs;
447 if (s == superfinal_) { SetArcs(s); return; }
484 SetArcs(s);
H A Ddeterminize.h463 using DeterminizeFstImplBase<A>::SetArcs;
582 SetArcs(s);
753 CacheImpl<A>::SetArcs(s);
H A Dcompose.h215 using CacheBaseImpl<CacheState<Arc> >::SetArcs;
306 SetArcs(s);
H A Dcompact-fst.h454 using CacheImpl<A>::SetArcs;
692 SetArcs(s);
H A Dcache.h92 // SetFinal(), AddArc(), (or PushArc() and SetArcs()) to cache. Note
226 // book-keeping. For efficiency, prefer PushArc and SetArcs below
249 // SetArcs must be called when all PushArc calls at a state are
258 void SetArcs(StateId s) { function in class:fst::CacheBaseImpl
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h300 SetArcs(s);
351 SetArcs(s);
H A Darcsort.h153 SetArcs(s);
H A Dcache.h49 // SetFinal(), AddArc(), and SetArcs() to cache. Note you must set the
176 void SetArcs(StateId s) { function in class:fst::CacheBaseImpl
H A Ddeterminize.h295 this->SetArcs(s);
503 CacheImpl<A>::SetArcs(s);
H A Dfactor-weight.h289 this->SetArcs(s);
H A Drelabel.h293 SetArcs(s);
H A Drmepsilon.h393 SetArcs(s);
H A Dsynchronize.h238 SetArcs(s);
H A Dmap.h360 if (s == superfinal_) { this->SetArcs(s); return; }
397 this->SetArcs(s);
H A Dcompose.h583 this->SetArcs(s);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h74 using CacheBaseImpl< CacheState<A> >::SetArcs;
194 SetArcs(s);

Completed in 1692 milliseconds