Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Dumpvalue/t/
DDumpvalue.t256 is( $d->hashUsage({ one => 1 }, 'b'), 4, 'hashUsage reports correct lengths' );
259 is( $d->hashUsage({ one => [ 1, 2, 3 ]}, 'c'), 6, 'complex hash okay' );
/openbsd/src/gnu/usr.bin/perl/dist/Dumpvalue/lib/
DDumpvalue.pm463 $size = $self->hashUsage($_[0]);
483 sub hashUsage { # hash ref, name subroutine
503 $total += $self->hashUsage(\%stab, $_[1])
/openbsd/src/gnu/usr.bin/perl/lib/
Ddumpvar.pl521 sub hashUsage { # hash ref, name
539 $total += hashUsage \%name, $_[1] if %name and $_[1] ne "main::"