Searched refs:ScoredBundle (Results 1 – 1 of 1) sorted by relevance
270 using ScoredBundle = typedef273 bool operator()(const ScoredBundle &L, const ScoredBundle &R) { in operator ()()1664 toCodeCompleteResult(const std::vector<ScoredBundle> &Scored) { in toCodeCompleteResult()1733 std::vector<ScoredBundle>1793 TopN<ScoredBundle, ScoredBundleGreater> Top( in mergeResults()1841 void addCandidate(TopN<ScoredBundle, ScoredBundleGreater> &Candidates, in addCandidate() argument