Searched refs:KeyValuePair (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/base/ |
D | x509_cert_types_mac.cc | 38 struct KeyValuePair { struct 55 { SEC_ASN1_CHOICE, offsetof(KeyValuePair, value_type), }, 57 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypePrintableString }, 59 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeIA5String }, 61 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeT61String }, 63 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeUTF8String }, 65 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeBMPString }, 67 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeUniversalString }, 72 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(KeyValuePair) }, 73 { SEC_ASN1_OBJECT_ID, offsetof(KeyValuePair, key), }, [all …]
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 221 struct KeyValuePair { struct 263 KeyValuePair *getKeyValues() { in getKeyValues() 264 return reinterpret_cast<KeyValuePair *>(this + 1); in getKeyValues() 267 const KeyValuePair *getKeyValues() const { in getKeyValues() 268 return reinterpret_cast<const KeyValuePair *>(this + 1); in getKeyValues() 302 const KeyValuePair &KV = getKeyValues()[Index]; in getKeyValueElement()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3848 KeyValuePair *KeyValues = getKeyValues(); in ObjCDictionaryLiteral() 3885 sizeof(KeyValuePair) * VK.size() + ExpansionsSize); in Create() 3896 sizeof(KeyValuePair) * NumElements + ExpansionsSize); in CreateEmpty()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 853 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues(); in VisitObjCDictionaryLiteral()
|