Home
last modified time | relevance | path

Searched refs:_strval (Results 1 – 7 of 7) sorted by relevance

/dports/devel/p5-Set-Scalar/Set-Scalar-1.29/lib/Set/Scalar/
H A DVirtual.pm38 $a = _strval($a);
39 $b = _strval($b);
H A DBase.pm108 sub _strval { subroutine
115 return map { (defined $_ ? _strval($_) : "") => $_ } @_;
160 @{ $self->{'elements'} }{ map { _strval($_) } @_ } :
714 my $self_id = _strval($self);
726 my $element_id = _strval($element);
760 { _strval($self) => 1 });
H A DValued.pm28 $elements{ _strval($key) } = [ $key, $value ];
65 @{ $self->{'elements'} }{ map { _strval($_) } @_ } :
/dports/math/PDL/PDL-2.019/Lib/Transform/Cartography/
H A DCartography.pm268 use overload '""' => \&_strval;
276 sub _strval { subroutine
/dports/math/PDL/PDL-2.019/GENERATED/PDL/
H A DTransform.pm3287 use overload '""' => \&_strval;
3321 sub _strval { subroutine
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp4566 zstring const& _strval) in StringLiteral() argument
4569 strval(_strval) in StringLiteral()
/dports/math/PDL/PDL-2.019/Lib/Transform/
H A Dtransform.pd255 use overload '""' => \&_strval;
284 # Stringification hack. _strval just does a method search on stringify
289 sub _strval {