Home | History | Annotate | Download | only in Support

Lines Matching refs:Best

242   Option *Best = nullptr;
258 if (!Best || Distance < BestDistance) {
259 Best = O;
269 return Best;