Home | History | Annotate | Download | only in fst

Lines Matching refs:loop_

157         loop_(kNoLabel, 0, Weight::One(), kNoStateId),
164 swap(loop_.ilabel, loop_.olabel);
181 loop_(matcher.loop_),
225 loop_.nextstate = s;
276 return loop_;
315 Arc loop_; // For non-consuming symbols
1005 loop_.ilabel = kNoLabel;
1006 loop_.olabel = 0;
1008 loop_.ilabel = 0;
1009 loop_.olabel = kNoLabel;
1011 loop_.weight = Weight::One();
1012 loop_.nextstate = kNoStateId;
1020 loop_(matcher.loop_) {
1021 loop_.nextstate = kNoStateId;
1037 loop_.nextstate = s;
1047 return current_loop_ ? loop_ : matcher_->Value();
1106 mutable Arc loop_; // For non-consuming symbols