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

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

Completed in 262 milliseconds