Searched refs:ResultCandidate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsearch_metadata.cc27 struct ResultCandidate { struct in namespace:drive::internal::__anon3104
28 ResultCandidate(const std::string& local_id, function in struct:drive::internal::__anon3104::ResultCandidate
57 bool operator()(const ResultCandidate* a, const ResultCandidate* b) const {
193 ScopedPriorityQueue<ResultCandidate,
223 result_candidates->push(new ResultCandidate(it->GetID(), entry, highlighted));
233 ScopedPriorityQueue<ResultCandidate,
264 const ResultCandidate& candidate = *result_candidates.top();
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3844 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; typedef
3845 SmallVector<ResultCandidate, 8> Results;
3856 Results.push_back(ResultCandidate(FDecl));
3879 Results.push_back(ResultCandidate(Cand->Function));

Completed in 97 milliseconds