Searched defs:KeyValuePair (Results 1 – 3 of 3) sorted by relevance
36 interface KeyValuePair<TKey, TValue> { interface
350 using KeyValuePair = std::pair<int, std::string>; in TEST() typedef
89 } KeyValuePair; typedef