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

/external/skia/legacy/src/core/
H A DSkBitmap.cpp1467 int reftype = buffer.readU8(); local
1468 switch (reftype) {
1485 if (SERIALIZE_PIXELTYPE_RAW_WITH_CTABLE == reftype) {
/external/skia/src/core/
H A DSkBitmap.cpp1590 int reftype = buffer.readInt(); local
1591 switch (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))];

Completed in 123 milliseconds