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

  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 55 struct MatchKey {
60 bool operator<(const MatchKey &Other) const {
381 MatchKey Key;
506 MatchKey Key;
614 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap;
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.h 335 typedef std::pair<base::string16, std::string> MatchKey;
336 typedef std::map<MatchKey, AutocompleteMatch> MatchMap;
zero_suggest_provider.cc 305 SearchProvider::MatchKey match_key(
search_provider.cc     [all...]

Completed in 785 milliseconds