Home
last modified time | relevance | path

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

/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
DbackportPP.pm491 my $reftype = reftype($_[1]) || '';
492 if ($reftype eq 'HASH') {
495 elsif ($reftype eq 'ARRAY') {
1343 *JSON::PP::reftype = \&Scalar::Util::reftype;
1362 *JSON::PP::reftype = sub {
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
DbackportPP.pm491 my $reftype = reftype($_[1]) || '';
492 if ($reftype eq 'HASH') {
495 elsif ($reftype eq 'ARRAY') {
1343 *JSON::PP::reftype = \&Scalar::Util::reftype;
1362 *JSON::PP::reftype = sub {
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
DbackportPP.pm491 my $reftype = reftype($_[1]) || '';
492 if ($reftype eq 'HASH') {
495 elsif ($reftype eq 'ARRAY') {
1343 *JSON::PP::reftype = \&Scalar::Util::reftype;
1362 *JSON::PP::reftype = sub {
/external/skia/src/core/
DSkBitmap.cpp1620 int reftype = buffer.readInt(); in unflatten() local
1621 if (buffer.validate((SERIALIZE_PIXELTYPE_REF_DATA == reftype) || in unflatten()
1622 (SERIALIZE_PIXELTYPE_NONE == reftype))) { in unflatten()
1623 switch (reftype) { in unflatten()
/external/chromium_org/third_party/skia/src/core/
DSkBitmap.cpp1620 int reftype = buffer.readInt(); in unflatten() local
1621 if (buffer.validate((SERIALIZE_PIXELTYPE_REF_DATA == reftype) || in unflatten()
1622 (SERIALIZE_PIXELTYPE_NONE == reftype))) { in unflatten()
1623 switch (reftype) { in unflatten()
/external/clang/test/SemaCXX/
Dtype-traits.cpp508 typedef T& reftype; typedef
543 int t35[F(__is_function(type_wrapper<void(void)>::reftype))]; in is_function()
/external/clang/lib/Sema/
DSemaExpr.cpp2642 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local
2643 type = reftype->getPointeeType(); in BuildDeclarationNameExpr()