Home | History | Annotate | Download | only in re2

Lines Matching defs:longest_match

510     //   longest_match    (false) search for longest match, not first match
538 // if opt.longest_match() == false
541 // opt.longest_match() == true
596 bool longest_match() const { return longest_match_; }