Lines Matching refs:kNoLabel
56 loop_.ilabel = kNoLabel; in matcher_()
60 loop_.olabel = kNoLabel; in matcher_()
167 CompactSet<Label, kNoLabel> open_parens_;
170 CompactSet<Label, kNoLabel> close_parens_;
190 if (match_label == kNoLabel && (flags_ & kParenList)) { in Find()
191 if (open_parens_.LowerBound() != kNoLabel) { in Find()
196 if (close_parens_.LowerBound() != kNoLabel) { in Find()
228 if (close_parens_.LowerBound() != kNoLabel) { in Next()
233 done_ = !matcher_.Find(kNoLabel); in Next()
238 done_ = !matcher_.Find(kNoLabel); in Next()
358 if (arc1->olabel == kNoLabel && arc2->ilabel) { // arc2 parentheses in FilterArc()
365 } else if (arc2->ilabel == kNoLabel && arc1->olabel) { // arc1 parentheses in FilterArc()