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

  /external/chromium_org/chrome/browser/autocomplete/
base_search_provider.h 298 typedef std::pair<base::string16, std::string> MatchKey;
299 typedef std::map<MatchKey, AutocompleteMatch> MatchMap;
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 55 struct MatchKey {
60 bool operator<(const MatchKey &Other) const {
379 MatchKey Key;
505 MatchKey Key;
613 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap;

Completed in 602 milliseconds