Home
last modified time | relevance | path

Searched refs:MatchKey (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp55 struct MatchKey { struct
60 bool operator<(const MatchKey &Other) const { in operator <() argument
379 MatchKey Key; in memoizedMatchesRecursively()
505 MatchKey Key; in memoizedMatchesAncestorOfRecursively()
613 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap;
/external/chromium_org/chrome/browser/autocomplete/
Dbase_search_provider.h298 typedef std::pair<base::string16, std::string> MatchKey; typedef
299 typedef std::map<MatchKey, AutocompleteMatch> MatchMap;
Dbase_search_provider.cc755 MatchKey match_key( in AddMatchToMap()