Searched refs:scores_lengths (Results 1 – 1 of 1) sorted by relevance
1140 std::unordered_map<int, std::pair<float, int>> scores_lengths; in ResolveConflict() local1144 scores_lengths[i] = { in ResolveConflict()1164 scores_lengths[i] = { in ResolveConflict()1172 [this, &scores_lengths, candidates, conflicting_indices](int i, int j) { in ResolveConflict()1173 if (scores_lengths[i].first == scores_lengths[j].first && in ResolveConflict()1175 return scores_lengths[i].second > scores_lengths[j].second; in ResolveConflict()1177 return scores_lengths[i].first > scores_lengths[j].first; in ResolveConflict()