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 {
198 ScopedPriorityQueue<ResultCandidate,
228 result_candidates->push(new ResultCandidate(it->GetID(), entry, highlighted));
238 ScopedPriorityQueue<ResultCandidate,
269 const ResultCandidate& candidate = *result_candidates.top();
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 71 milliseconds