Searched refs:LookAheadPrefix (Results 1 – 3 of 3) sorted by relevance
154 bool LookAheadPrefix(Arc *arc) const { in LookAheadPrefix() function221 bool LookAheadPrefix(Arc *arc) const { return false; } in LookAheadPrefix() function241 bool LookAheadPrefix_(Arc *arc) const { return LookAheadPrefix(arc); } in LookAheadPrefix_()776 bool LookAheadPrefix(Arc *arc) const { in LookAheadPrefix() function779 return lbase->LookAheadPrefix(arc); in LookAheadPrefix()
288 bool LookAheadPrefix(Arc *arc) const { in LookAheadPrefix() function289 return matcher_->LookAheadPrefix(arc); in LookAheadPrefix()
584 if (Selector().GetMatcher()->LookAheadPrefix(&larc)) { // Have prefix arc? in PushLabelFilterArc()