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