Searched defs:MatchKey (Results 1 – 2 of 2) sorted by relevance
102 typedef std::pair<base::string16, std::string> MatchKey; typedef
55 struct MatchKey { struct56 uint64_t MatcherID;57 ast_type_traits::DynTypedNode Node;58 BoundNodesTreeBuilder BoundNodes;60 bool operator<(const MatchKey &Other) const { in operator <()