HomeSort by relevance Sort by last modified time
    Searched refs:ResultCandidate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
search_metadata.cc 26 struct ResultCandidate {
27 ResultCandidate(const std::string& local_id,
56 bool operator()(const ResultCandidate* a, const ResultCandidate* b) const {
191 ScopedPriorityQueue<ResultCandidate,
221 result_candidates->push(new ResultCandidate(it->GetID(), entry, highlighted));
231 ScopedPriorityQueue<ResultCandidate,
254 const ResultCandidate& candidate = *result_candidates.top();
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 644 milliseconds