Home
last modified time | relevance | path

Searched refs:default_ctor (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/security/gpgdir/gpgdir-1.9.5/deps/Class-MethodMaker/t/
H A Dscalar.t278 =head2 Tests 86--102: default_ctor
315 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor( 2)'), 1,
325 ok(evcheck(sub { $x->df2 = Y->new; }, 'default_ctor( 6)'), 1,
333 ok 1, 1, sprintf 'default_ctor (-%2d)', $_
337 ok(evcheck(sub { $x->df2_reset; },'default_ctor( 9)'), 1,
339 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor(10)'), 1,
345 ok(evcheck(sub { $n = $x->df3_isset; }, 'default_ctor(14)'), 1,
904 =head2 Tests 302--314 default_ctor (arg)
937 }, 'default_ctor (arg)( 1)'), 1, 'default_ctor (arg) ( 1)');
938 ok(evcheck(sub { $x->int(1) }, 'default_ctor (arg)( 2)'), 1,
[all …]
H A Darray.t550 =head2 Tests 249--265: default_ctor
582 -default_ctor =>
591 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor( 2)'), 1,
604 ok(evcheck(sub { $x->df2_set(2, Y->new) }, 'default_ctor( 6)'), 1,
609 ok(evcheck(sub { $x->df2_reset; },'default_ctor( 9)'), 1,
611 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor(10)'), 1,
617 ok(evcheck(sub { $n = $x->df3_isset; }, 'default_ctor(14)'), 1,
624 ok evcheck(sub { @n = $x->df2 }, 'default_ctor (18)'),1,'default_ctor (18)';
1011 =head2 Tests 426--438: default_ctor (arg)
1044 ok(evcheck(sub { $n = $x->dfx_isset; }, 'default_ctor (arg)( 2)'), 1,
[all …]
H A Dhash.t590 =head2 Tests 275--295: default_ctor
622 -default_ctor =>
631 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor( 2)'), 1,
642 ok(evcheck(sub { $x->df2_set(2, Y->new); }, 'default_ctor( 6)'), 1,
647 ok(evcheck(sub { $x->df2_reset; },'default_ctor( 9)'), 1,
649 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor(10)'), 1,
655 ok(evcheck(sub { $n = $x->df3_isset; }, 'default_ctor(14)'), 1,
662 ok evcheck(sub { %n = $x->df2 }, 'default_ctor (18)'),1,'default_ctor (18)';
972 =head2 Tests 427--439: default_ctor (arg)
1005 ok(evcheck(sub { $n = $x->dfx_isset; }, 'default_ctor (arg)( 2)'), 1,
[all …]
/dports/devel/p5-Class-MethodMaker/Class-MethodMaker-2.24/t/
H A Dscalar.t278 =head2 Tests 86--102: default_ctor
315 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor( 2)'), 1,
325 ok(evcheck(sub { $x->df2 = Y->new; }, 'default_ctor( 6)'), 1,
333 ok 1, 1, sprintf 'default_ctor (-%2d)', $_
337 ok(evcheck(sub { $x->df2_reset; },'default_ctor( 9)'), 1,
339 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor(10)'), 1,
345 ok(evcheck(sub { $n = $x->df3_isset; }, 'default_ctor(14)'), 1,
910 =head2 Tests 302--314 default_ctor (arg)
943 }, 'default_ctor (arg)( 1)'), 1, 'default_ctor (arg) ( 1)');
944 ok(evcheck(sub { $x->int(1) }, 'default_ctor (arg)( 2)'), 1,
[all …]
H A Darray.t550 =head2 Tests 249--265: default_ctor
582 -default_ctor =>
591 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor( 2)'), 1,
604 ok(evcheck(sub { $x->df2_set(2, Y->new) }, 'default_ctor( 6)'), 1,
609 ok(evcheck(sub { $x->df2_reset; },'default_ctor( 9)'), 1,
611 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor(10)'), 1,
617 ok(evcheck(sub { $n = $x->df3_isset; }, 'default_ctor(14)'), 1,
624 ok evcheck(sub { @n = $x->df2 }, 'default_ctor (18)'),1,'default_ctor (18)';
1011 =head2 Tests 426--438: default_ctor (arg)
1044 ok(evcheck(sub { $n = $x->dfx_isset; }, 'default_ctor (arg)( 2)'), 1,
[all …]
H A Dhash.t590 =head2 Tests 275--295: default_ctor
622 -default_ctor =>
631 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor( 2)'), 1,
642 ok(evcheck(sub { $x->df2_set(2, Y->new); }, 'default_ctor( 6)'), 1,
647 ok(evcheck(sub { $x->df2_reset; },'default_ctor( 9)'), 1,
649 ok(evcheck(sub { $n = $x->df2_isset; }, 'default_ctor(10)'), 1,
655 ok(evcheck(sub { $n = $x->df3_isset; }, 'default_ctor(14)'), 1,
662 ok evcheck(sub { %n = $x->df2 }, 'default_ctor (18)'),1,'default_ctor (18)';
972 =head2 Tests 427--439: default_ctor (arg)
1005 ok(evcheck(sub { $n = $x->dfx_isset; }, 'default_ctor (arg)( 2)'), 1,
[all …]
/dports/security/gpgdir/gpgdir-1.9.5/deps/Class-MethodMaker/components/
H A Dscalar.m56 default default_ctor
87 croak("Cannot specify both default & default_ctor options to scalar ",
89 if exists $options->{default_ctor};
92 } elsif ( exists $options->{default_ctor} ) {
93 if ( ! ref $options->{default_ctor} ) {
94 my $meth = $options->{default_ctor};
95 croak("default_ctor can only be a simple value when -type is in effect",
98 croak("default_ctor must be a valid identifier (or a code ref): $meth ",
105 $dctor = $options->{default_ctor};
106 croak(sprintf( "Argument to default_ctor must be a simple value or a code ref " .
[all …]
H A Darray.m46 default default_ctor
77 croak("Cannot specify both default & default_ctor options to array ",
79 if exists $options->{default_ctor};
82 } elsif ( exists $options->{default_ctor} ) {
83 if ( ! ref $options->{default_ctor} ) {
84 my $meth = $options->{default_ctor};
85 croak("default_ctor can only be a simple value when -type is in effect",
88 croak("default_ctor must be a valid identifier (or a code ref): $meth ",
93 $dctor = $options->{default_ctor};
94 croak("Argument to default_ctor must be a simple value or a code ref ",
[all …]
/dports/devel/p5-Class-MethodMaker/Class-MethodMaker-2.24/components/
H A Dscalar.m56 default default_ctor
87 croak("Cannot specify both default & default_ctor options to scalar ",
89 if exists $options->{default_ctor};
92 } elsif ( exists $options->{default_ctor} ) {
93 if ( ! ref $options->{default_ctor} ) {
94 my $meth = $options->{default_ctor};
95 croak("default_ctor can only be a simple value when -type is in effect",
98 croak("default_ctor must be a valid identifier (or a code ref): $meth ",
105 $dctor = $options->{default_ctor};
106 croak(sprintf( "Argument to default_ctor must be a simple value or a code ref " .
[all …]
H A Darray.m46 default default_ctor
77 croak("Cannot specify both default & default_ctor options to array ",
79 if exists $options->{default_ctor};
82 } elsif ( exists $options->{default_ctor} ) {
83 if ( ! ref $options->{default_ctor} ) {
84 my $meth = $options->{default_ctor};
85 croak("default_ctor can only be a simple value when -type is in effect",
88 croak("default_ctor must be a valid identifier (or a code ref): $meth ",
93 $dctor = $options->{default_ctor};
94 croak("Argument to default_ctor must be a simple value or a code ref ",
[all …]
/dports/security/gpgdir/gpgdir-1.9.5/deps/Class-MethodMaker/lib/Class/MethodMaker/
H A DV1Compat.pm383 -default_ctor => $dctor,
603 my $ctor = $opt->{-default_ctor};
863 -default_ctor => 'new',
901 -default_ctor => 'new' };
955 -default_ctor => 'new',
995 -default_ctor => 'new',
/dports/devel/p5-Class-MethodMaker/Class-MethodMaker-2.24/lib/Class/MethodMaker/
H A DV1Compat.pm383 -default_ctor => $dctor,
603 my $ctor = $opt->{-default_ctor};
863 -default_ctor => 'new',
901 -default_ctor => 'new' };
955 -default_ctor => 'new',
995 -default_ctor => 'new',
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/security/gpgdir/gpgdir-1.9.5/deps/Class-MethodMaker/lib/Class/
H A DMethodMaker.pm611 Beware when using a default_ctor with lvalue methods; given a statement such
617 index(2) will get a shiny new instance of Y (or whatever the default_ctor
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/classic/core/non_terminal/impl/
H A Dstatic.hpp55 struct default_ctor struct
72 boost::call_once(&default_ctor::construct, constructed_); in static_()

123456789