Home | History | Annotate | Download | only in fst

Lines Matching full:arc_

1166         fst_.GetImpl()->ComputeArc(tuple_, arc, &arc_, flags_ & kArcValueFlags);
1167 return arc_;
1219 mutable Arc arc_; // Memory to temporarily store computed arcs
1376 impl_->ComputeFinalArc(tuple_, &arc_);
1377 return arc_;
1380 impl_->ComputeArc(tuple_, component_arc, &arc_);
1381 return arc_;
1409 mutable Arc arc_;