Home
last modified time | relevance | path

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

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