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

/external/openfst/src/include/fst/
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
251 void PushArc(StateId s, const Arc &arc) { function in class:fst::CacheBaseImpl
257 // calls to PushArc have been completed. Do not mix with calls to AddArc.

Completed in 235 milliseconds