OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatchKey
(Results
1 - 2
of
2
) sorted by null
/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;
/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;
Completed in 32 milliseconds