Searched defs:QueryKey (Results 1 – 1 of 1) sorted by relevance
66 struct QueryKey { struct69 QueryKey(std::string n, unsigned t) : name(n), type(t) {} in QueryKey() argument