HomeSort by relevance Sort by last modified time
    Searched defs:KeyValuePair (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
x509_cert_types_mac.cc 38 struct KeyValuePair {
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 }
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 221 struct KeyValuePair {
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
    [all...]

Completed in 117 milliseconds