HomeSort by relevance Sort by last modified time
    Searched refs:KeyValuePair (Results 1 - 6 of 6) 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 227 struct KeyValuePair {
269 KeyValuePair *getKeyValues() {
270 return reinterpret_cast<KeyValuePair *>(this + 1);
273 const KeyValuePair *getKeyValues() const {
274 return reinterpret_cast<const KeyValuePair *>(this + 1);
308 const KeyValuePair &KV = getKeyValues()[Index];
332 // Note: we're taking advantage of the layout of the KeyValuePair struct
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 855 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues();
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 155 milliseconds