Searched refs:rPoints (Results 1 – 1 of 1) sorted by relevance
83 int rPoints = (rq.hasBinding() ? 2 : 0) + (rq.hasSet() ? 1 : 0); in operator() local85 if (lPoints == rPoints) in operator()87 return lPoints > rPoints; in operator()