Home
last modified time | relevance | path

Searched refs:FETCHSIZE (Results 1 – 18 of 18) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Tie/
DArray.pm19 my $i = $obj->FETCHSIZE;
26 my $newsize = $obj->FETCHSIZE - 1;
38 my $sz = $obj->FETCHSIZE;
90 sub FETCHSIZE { scalar @{$_[0]} } subroutine
105 my $sz = $ob->FETCHSIZE;
DFile.pm263 sub FETCHSIZE { subroutine
279 my $olen = $self->FETCHSIZE;
316 $self->SPLICE($self->FETCHSIZE, scalar(@_), @_);
324 my $size = $self->FETCHSIZE;
375 my $lastrec = $self->FETCHSIZE-1;
397 $n < $self->FETCHSIZE;
435 my $oldsize = $self->FETCHSIZE;
/mirbsd/src/gnu/usr.bin/perl/lib/
DEnv.pm133 sub FETCHSIZE { subroutine
223 sub FETCHSIZE { subroutine
/mirbsd/src/gnu/usr.bin/perl/lib/Tie/Array/
Dpush.t17 sub FETCHSIZE { scalar(@{$_[0]}) }
/mirbsd/src/gnu/usr.bin/perl/t/comp/
Dour.t23 return 1 if /FETCHSIZE|FIRSTKEY/;
/mirbsd/src/gnu/usr.bin/perl/t/op/
Davhv.t21 sub FETCHSIZE { scalar(@{$_[0]})}
Dtiearray.t34 sub FETCHSIZE
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod198 methods: TIEARRAY, FETCH, STORE, FETCHSIZE, STORESIZE and perhaps UNTIE and/or DESTROY.
200 FETCHSIZE and STORESIZE are used to provide C<$#array> and
271 will be translated to a positive one internally by calling FETCHSIZE
300 $self->EXTEND( $index ) if $index > $self->FETCHSIZE();
307 =item FETCHSIZE this
308 X<FETCHSIZE>
313 sub FETCHSIZE {
333 if ( $count > $self->FETCHSIZE() ) {
334 foreach ( $count - $self->FETCHSIZE() .. $count ) {
337 } elsif ( $count < $self->FETCHSIZE() ) {
[all …]
Dperl581delta.pod193 the actual argument was negative, Perl would call FETCHSIZE implicitly
Dperltoc.pod3023 this, index, value X<STORE>, FETCHSIZE this X<FETCHSIZE>, STORESIZE this,
20558 FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
Dperlfunc.pod6226 FETCHSIZE this
/mirbsd/src/gnu/usr.bin/perl/lib/Class/
DStruct.pm46 sub FETCHSIZE { subroutine
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/
Dtied.t83 sub FETCHSIZE {
Dtied_hook.t100 sub FETCHSIZE {
/mirbsd/src/gnu/usr.bin/perl/ext/DB_File/
DDB_File.pm347 my $size = $self->FETCHSIZE();
DDB_File.xs1823 ALIAS: FETCHSIZE = 1
/mirbsd/src/gnu/usr.bin/perl/lib/Attribute/Handlers/t/
Dmulti.t108 sub FETCHSIZE { 100 }
/mirbsd/src/gnu/usr.bin/perl/ext/DB_File/t/
Ddb-recno.t32 sub try::FETCHSIZE { $FA = 1 }