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

/external/openfst/src/include/fst/
H A Dfactor-weight.h160 using CacheBaseImpl< CacheState<A> >::PushArc;
317 PushArc(s, Arc(arc.ilabel, arc.olabel, w, d));
323 PushArc(s, Arc(arc.ilabel, arc.olabel, p.first, d));
341 PushArc(s, Arc(final_ilabel_, final_olabel_, p.first, d));
H A Dsynchronize.h56 using CacheBaseImpl< CacheState<A> >::PushArc;
251 PushArc(s, Arc(Car(e.istring, arc.ilabel),
257 PushArc(s, Arc(0 , 0, arc.weight, d));
267 PushArc(s, Arc(Car(e.istring), Car(e.ostring), w, d));
H A Drelabel.h198 using CacheImpl<A>::PushArc;
361 PushArc(s, arc);
H A Drmepsilon.h386 using CacheBaseImpl< CacheState<A> >::PushArc;
485 PushArc(s, arcs.back());
H A Dstate-map.h194 using CacheImpl<B>::PushArc;
292 PushArc(s, mapper_->Value());
H A Darc-map.h318 using CacheImpl<B>::PushArc;
454 PushArc(s, barc);
470 PushArc(s, final_arc);
479 PushArc(s, B(final_arc.ilabel, final_arc.olabel,
H A Dreplace.h320 using CacheImpl<A>::PushArc;
652 PushArc(s, arc);
657 PushArc(s, arc);
H A Ddeterminize.h669 CacheImpl<A>::PushArc(s, arc);
752 CacheImpl<A>::PushArc(s, aiter.Value());
H A Dcompact-fst.h450 using CacheImpl<A>::PushArc;
688 PushArc(s, arc);
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.
H A Dcompose.h336 CacheImpl<Arc>::PushArc(s, oarc);
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h70 using CacheBaseImpl< CacheState<A> >::PushArc;
192 PushArc(s, arc);

Completed in 144 milliseconds