Searched refs:LookAheadLabel (Results 1 – 3 of 3) sorted by relevance
146 bool LookAheadLabel(Label label) const { return LookAheadLabel_(label); } in LookAheadLabel() function218 bool LookAheadLabel(Label label) const { return true; } in LookAheadLabel() function234 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } in LookAheadLabel_()306 bool LookAheadLabel(Label label) const { return matcher_.Find(label); } in LookAheadLabel() function326 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } in LookAheadLabel_()524 bool LookAheadLabel(Label label) const { in LookAheadLabel() function567 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } in LookAheadLabel_()749 bool LookAheadLabel(Label label) const { in LookAheadLabel() function752 return lbase->LookAheadLabel(label); in LookAheadLabel()
278 bool LookAheadLabel(Label label) const { in LookAheadLabel() function279 return matcher_->LookAheadLabel(label); in LookAheadLabel()
561 if (Selector().GetMatcher()->LookAheadLabel(flabel)) in PushedLabelFilterArc()