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 27 struct ResultCandidate {
28 ResultCandidate(const std::string& local_id,
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/
SemaCodeComplete.cpp     [all...]

Completed in 160 milliseconds