Searched defs:MatchScore (Results 1 – 1 of 1) sorted by relevance
34 struct MatchScore { struct35 explicit MatchScore(double val) : value(val) {} in MatchScore() function36 MatchScore() { value = 0.0; } in MatchScore() function40 MatchScore& operator+(const MatchScore& rhs) { argument