Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmap.cpp1467 int reftype = buffer.readU8(); in unflatten() local
1468 switch (reftype) { in unflatten()
1485 if (SERIALIZE_PIXELTYPE_RAW_WITH_CTABLE == reftype) { in unflatten()
/external/clang/test/SemaCXX/
Dtype-traits.cpp482 typedef T& reftype; typedef
517 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
/external/clang/lib/Sema/
DSemaExpr.cpp2274 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local
2275 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()