Searched refs:ComputeArc (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dreplace.h536 // Use also in ComputeArc, this would require changes to replace
656 if (ComputeArc(tuple, aiter.Value(), &arc))
680 if (ComputeArc(tuple, aiter.Value(), &arc))
720 bool ComputeArc(const StateTuple &tuple, const A &arc, A* arcp, function in class:fst::ReplaceFstImpl
1166 fst_.GetImpl()->ComputeArc(tuple_, arc, &arc_, flags_ & kArcValueFlags);
1352 // Compute loop directly, saving Replace::ComputeArc
1380 impl_->ComputeArc(tuple_, component_arc, &arc_);
H A Dcompact-fst.h553 arc = ComputeArc(s,
577 const A &arc = ComputeArc(s, i, kArcILabelValue);
608 const A &arc = ComputeArc(
674 Arc ComputeArc(StateId s, Unsigned i, uint32 f = kArcValueFlags) const { function in class:fst::CompactFstImpl
684 const Arc &arc = ComputeArc(s, i);
1151 // const A &arc = fst_.GetImpl()->ComputeArc(s, offset_);
1170 // arc_ = fst_.GetImpl()->ComputeArc(state_, pos_ + offset_);

Completed in 216 milliseconds