Searched refs:STORABLE_thaw (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A DHAS_HOOK.pm3 sub STORABLE_thaw { subroutine
H A Drecurse.t45 sub STORABLE_thaw { subroutine
49 die "STORABLE_thaw #1" unless $obj eq $self;
52 die "STORABLE_thaw #2" unless ref $a eq 'ARRAY';
53 die "STORABLE_thaw #3" unless @$a == 2 && $a->[0] eq 'a' && $a->[1] == 1;
55 die "STORABLE_thaw #4" unless Storable::is_retrieving;
71 sub STORABLE_thaw { subroutine
74 die "STORABLE_thaw #1" unless $obj eq $self;
75 die "STORABLE_thaw #2" unless ref $a eq 'ARRAY' || @$a != 2;
99 sub STORABLE_thaw { subroutine
102 die "STORABLE_thaw #
127 sub STORABLE_thaw { subroutine
216 sub STORABLE_thaw { subroutine
262 sub STORABLE_thaw { subroutine
309 sub STORABLE_thaw { } # Not really used subroutine
[all...]
H A Dtied_hook.t69 sub STORABLE_thaw { subroutine
111 sub STORABLE_thaw { subroutine
143 sub STORABLE_thaw { subroutine
234 sub STORABLE_thaw { subroutine
H A Dblessed.t51 sub STORABLE_thaw { subroutine
55 die "STORABLE_thaw" unless $obj eq $self;
129 sub STORABLE_thaw { subroutine
193 # undef &HAS_HOOK::STORABLE_thaw;
195 # warn HAS_HOOK->can('STORABLE_thaw');
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm669 =item C<STORABLE_thaw> I<obj>, I<cloning>, I<serialized>, ...
675 you can view C<STORABLE_thaw> as an alternate creation routine.
687 When the Storable engine does not find any C<STORABLE_thaw> hook routine,
719 Returns true if within a retrieve operation (via STORABLE_thaw hook).
759 and the B part would be serialized by the engine. In C<STORABLE_thaw>, you

Completed in 98 milliseconds