Home | History | Annotate | Download | only in courgette

Lines Matching refs:Scorer

696 template<int (*Scorer)(const ShinglePattern*)>
699 int score_a = Scorer(a);
700 int score_b = Scorer(b);