Searched defs:KeyValuePair (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dx509_cert_types_mac.cc38 struct KeyValuePair { struct in namespace:net::__anon2854
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
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h221 struct KeyValuePair { struct in class:clang::ObjCDictionaryLiteral
263 KeyValuePair *getKeyValues() {
264 return reinterpret_cast<KeyValuePair *>(this + 1);
267 const KeyValuePair *getKeyValues() const {
268 return reinterpret_cast<const KeyValuePair *>(this + 1);
302 const KeyValuePair &KV = getKeyValues()[Index];
326 // Note: we're taking advantage of the layout of the KeyValuePair struct

Completed in 137 milliseconds