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

/external/openfst/src/include/fst/
H A Dcomplement.h258 arc_.ilabel = arc_.olabel = ComplementFst<A>::kRhoLabel;
259 arc_.weight = Weight::One();
260 arc_.nextstate = 0;
262 arc_ = aiter_->Value();
263 ++arc_.nextstate;
265 return arc_;
317 mutable A arc_; member in class:fst::ArcIterator
H A Dcompact-fst.h946 arc_ = compactor_->Expand(s, *compacts_, kArcILabelValue);
947 if (arc_.ilabel == kNoStateId) {
959 arc_ = compactor_->Expand(state_, compacts_[pos_], flags_);
960 return arc_;
984 mutable A arc_; member in class:fst::ArcIterator
1039 // arc_ = fst_.GetImpl()->ComputeArc(state_, pos_ + offset_);
1040 // return arc_;
1073 // mutable A arc_;
H A Dreplace.h1166 fst_.GetImpl()->ComputeArc(tuple_, arc, &arc_, flags_ & kArcValueFlags);
1167 return arc_;
1219 mutable Arc arc_; // Memory to temporarily store computed arcs member in class:fst::ArcIterator
1376 impl_->ComputeFinalArc(tuple_, &arc_);
1377 return arc_;
1380 impl_->ComputeArc(tuple_, component_arc, &arc_);
1381 return arc_;
1409 mutable Arc arc_; member in class:fst::ReplaceFstMatcher
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcomplement.h238 arc_.ilabel = arc_.olabel = kRhoLabel;
239 arc_.weight = Weight::One();
240 arc_.nextstate = 0;
242 arc_ = aiter_->Value();
243 ++arc_.nextstate;
245 return arc_;
272 mutable A arc_; member in class:fst::ArcIterator

Completed in 94 milliseconds