Lines Matching refs:Score
12 typedef uint32_t Score; typedef
21 Score score;
30 Score score;
80 static Score buildCandidatesList(std::vector<Candidate>* candidates, in buildCandidatesList()
91 Score score = 0; in buildCandidatesList()
105 Score maxScore = 0; in buildCandidatesList()
127 Score minScore = candidates->at(0).score; in buildCandidatesList()
168 static Score rebuildCandidatesList(std::vector<TextIdx>* candidates, in rebuildCandidatesList()
183 Score score = 0; in rebuildCandidatesList()
195 Score maxScore = 0; in rebuildCandidatesList()
479 Score maxScore = rebuildCandidatesList( in durchschlagGenerateExclusive()
513 Score score = 0; in durchschlagGenerateExclusive()
585 Score minScore = buildCandidatesList(&candidates, &map, span, shortcut, end); in durchschlagGenerateCollaborative()
604 Score expectedScore = candidates[0].score; in durchschlagGenerateCollaborative()
612 Score score = 0; in durchschlagGenerateCollaborative()