Home
last modified time | relevance | path

Searched refs:reftype (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkBitmap.cpp1313 int reftype = buffer.readInt(); in legacyUnflatten() local
1314 if (buffer.validate((SERIALIZE_PIXELTYPE_REF_DATA == reftype) || in legacyUnflatten()
1315 (SERIALIZE_PIXELTYPE_NONE == reftype))) { in legacyUnflatten()
1316 switch (reftype) { in legacyUnflatten()
/external/chromium_org/third_party/skia/src/core/
DSkBitmap.cpp1264 int reftype = buffer.readInt(); in legacyUnflatten() local
1265 if (buffer.validate((SERIALIZE_PIXELTYPE_REF_DATA == reftype) || in legacyUnflatten()
1266 (SERIALIZE_PIXELTYPE_NONE == reftype))) { in legacyUnflatten()
1267 switch (reftype) { in legacyUnflatten()
/external/clang/test/SemaCXX/
Dtype-traits.cpp547 typedef T& reftype; typedef
582 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
/external/clang/lib/Sema/
DSemaExpr.cpp2787 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local
2788 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()