Searched defs:MatchKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dbase_search_provider.h102 typedef std::pair<base::string16, std::string> MatchKey; typedef in class:BaseSearchProvider
103 typedef std::map<MatchKey, AutocompleteMatch> MatchMap;
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp55 struct MatchKey { struct in namespace:clang::ast_matchers::internal::__anon17765
60 bool operator<(const MatchKey &Other) const {
379 MatchKey Key;
505 MatchKey Key;
613 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap;

Completed in 754 milliseconds