Searched defs:TypePair (Results 1 – 1 of 1) sorted by relevance
44 struct TypePair struct46 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() function54 bool operator()(const TypePair &l, const TypePair &r) const in operator() argument