Home
last modified time | relevance | path

Searched refs:TIEARRAY (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/t/op/
Dtiearray.t15 sub TIEARRAY {
133 sub TIEARRAY { bless [] }
240 sub X::TIEARRAY { bless {}, 'X' }
303 sub TIEARRAY { bless [1] }
Dtie.t289 sub F1::TIEARRAY { bless [], 'F1' }
294 sub F2::TIEARRAY { bless [2], 'F2' }
338 sub TIEARRAY { bless {} }
626 sub TIEARRAY { bless [], 'main' }
746 sub TIEARRAY { bless [], $_[0] }
903 sub TIEARRAY { bless {} }
928 sub IO::File::TIEARRAY {
965 sub TIEARRAY { bless [] }
975 sub TIEARRAY { bless [] }
986 sub TIEARRAY { bless [] }
[all …]
Dsvleak.t141 sub TIEARRAY { bless [], $_[0] }
427 sub TIEARRAY { bless [[], {}], $_[0] }
550 sub TIEARRAY { bless [] }
Davhv.t16 sub TIEARRAY { bless [], $_[0] }
Dtiehandle.t257 sub TIEARRAY {bless {}}
Dcaller.t219 sub TIEARRAY { bless [] }
Dsub.t298 sub TIEARRAY { my $x = 4; bless [0] }
Drefstack.t136 …q{sub TIEARRAY {bless []} sub FETCH {[1]} tie my @a, 'main'; my $p = \$a[0]; my @h = ($$p->[0], $$…
Daassign.t406 sub TIEARRAY { bless [ $_[1] ] }
/openbsd/src/gnu/usr.bin/perl/dist/Env/lib/
DEnv.pm130 sub TIEARRAY { subroutine
232 sub TIEARRAY { subroutine
/openbsd/src/gnu/usr.bin/perl/t/run/
Dfresh_perl.t168 sub TIEARRAY
181 TIEARRAY FAKEARRAY fred
182 TIEARRAY FAKEARRAY fred
/openbsd/src/gnu/usr.bin/perl/lib/Tie/Array/
Dpush.t14 sub TIEARRAY { return bless [], shift }
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
DnewAV.t16 sub TIEARRAY { return bless [], "TiedArray"; }
/openbsd/src/gnu/usr.bin/perl/dist/Storable/t/
Dtied_items.t47 sub A::TIEARRAY { bless \(my $x), "A" }
Dtied_store.t29 sub TIEARRAY { bless({}, $_[0]) }
Dtied_reify.t10 sub TIEARRAY {
Dtied.t60 sub TIEARRAY { subroutine
Dtied_hook.t78 sub TIEARRAY { subroutine
/openbsd/src/usr.bin/libtool/LT/
DUList.pm54 sub TIEARRAY($class, @p) subroutine
/openbsd/src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/
DREXX.pm72 sub TIEARRAY subroutine
/openbsd/src/gnu/usr.bin/perl/lib/Tie/
DArray.pm88 sub TIEARRAY { bless [], $_[0] } subroutine
/openbsd/src/gnu/usr.bin/perl/lib/Class/
DStruct.pm28 sub TIEARRAY { subroutine
/openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/
Dmulti.t127 sub TIEARRAY { ::ok(1,$_[1]); bless {}, $_[0] } subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/DB_File/
DDB_File.pm297 sub TIEARRAY subroutine
/openbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod37 TIEARRAY(), TIEHASH(), or TIEHANDLE(). (Typically these are arguments
201 methods: TIEARRAY, FETCH, STORE, FETCHSIZE, STORESIZE, CLEAR
234 =item TIEARRAY classname, LIST
235 X<TIEARRAY>
249 sub TIEARRAY {
282 vs TIEARRAY). While in theory you could have the same class servicing
1159 return value of the TIESCALAR, TIEARRAY, or TIEHASH function. This

12