Searched defs:KeyValuePair (Results 1 – 11 of 11) sorted by relevance
23 public static class KeyValuePair { class in MediaConstraints27 public KeyValuePair(String key, String value) { in KeyValuePair() method in MediaConstraints.KeyValuePair
19 message KeyValuePair message
28 message KeyValuePair { message
118 for (const auto &KeyValuePair : DeclNameToDeclarations) { in onEndOfTranslationUnit() local
118 message KeyValuePair { message
333 using KeyValuePair = std::pair<int, std::string>; in TEST() typedef
87 } KeyValuePair; typedef
326 using KeyValuePair = ObjCDictionaryLiteral_KeyValuePair; variable339 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const { in numTrailingObjects()
291 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {} in KeyValuePair() function