Searched refs:is_weak_ref (Results 1 – 17 of 17) sorted by relevance
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/001_mouse/ |
H A D | 021-weak-ref.t | 60 ok(!Class->meta->get_attribute('type')->is_weak_ref, "type is not a weakref"); 61 ok(Class->meta->get_attribute('self')->is_weak_ref, "self IS a weakref"); 74 ok(Class2->meta->get_attribute('value')->is_weak_ref, "value IS a weakref"); 108 ok(Class3->meta->get_attribute('hashref')->is_weak_ref, "hashref IS a weakref");
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/runtime/ |
H A D | weak_ref_count.rs | 21 …self.0.fetch_update(Ordering::Relaxed, Ordering::Relaxed, |count_or_pointer| (!is_weak_ref(count_o… 25 …self.0.fetch_update(Ordering::Release, Ordering::Relaxed, |count_or_pointer| (!is_weak_ref(count_o… 47 if is_weak_ref(count_or_pointer) { 65 if is_weak_ref(count_or_pointer) { 74 fn is_weak_ref(value: isize) -> bool {
|
/dports/devel/p5-Mouse/Mouse-v2.5.10/lib/Mouse/Meta/Method/ |
H A D | Constructor.pm | 71 my $is_weak_ref = $attr->is_weak_ref; 150 if($is_weak_ref){
|
H A D | Accessor.pm | 19 my $is_weak = $attribute->is_weak_ref;
|
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/Plugin/ |
H A D | ShowClass.pm | 60 $self->print(' is_weak_ref => ' . $attr->is_weak_ref . ",\n") if $attr->is_weak_ref;
|
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/ |
H A D | PropertyValue.pm | 33 is_weak_ref => 2, 47 weak($self->value) if $self->flags & Flags::is_weak_ref; 68 or $self->flags & Flags::is_weak_ref)) { 129 sub flags { Flags::is_weak_ref }
|
H A D | Rule.pm | 932 : ($object, PropertyValue::Flags::is_weak_ref));
|
H A D | BigObject.pm | 1241 ? new PropertyValue($prop, $parent, PropertyValue::Flags::is_weak_ref) 1341 $pv->flags & PropertyValue::Flags::is_weak_ref) {
|
/dports/devel/p5-MooseX-ClassAttribute/MooseX-ClassAttribute-0.29/lib/MooseX/ClassAttribute/Trait/ |
H A D | Attribute.pm | 146 if $self->is_weak_ref(); 208 return unless $self->is_weak_ref();
|
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/cppbind/detail/ |
H A D | nasal_traits.hxx | 85 struct is_weak_ref: public std::false_type {}; struct 109 struct is_weak_ref<weak<T> >: public std::true_type {};
|
/dports/devel/py-ovs/ovs-2.9.0/ovs/db/ |
H A D | schema.py | 268 if not mutable and (type_.key.is_weak_ref() 269 or (type_.value and type_.value.is_weak_ref())):
|
H A D | types.py | 282 def is_weak_ref(self): member in BaseType
|
/dports/devel/p5-Moose/Moose-2.2201/lib/Moose/Meta/ |
H A D | Attribute.pm | 521 if ( ref $val && $self->is_weak_ref ) { 577 if ( ref $value && $self->is_weak_ref ) { 754 return unless $self->is_weak_ref; 837 if ( ref $value && $self->is_weak_ref ) {
|
/dports/math/polymake/polymake-4.5/apps/common/scripts/ |
H A D | PropertyViewer.pl | 135 } elsif (defined($pv->value) && !($pv->flags & PropertyValue::Flags::is_weak_ref)) {
|
/dports/devel/p5-Mouse/Mouse-v2.5.10/xs-src/ |
H A D | MouseAttribute.xs | 245 INSTALL_SIMPLE_READER_WITH_KEY(Attribute, is_weak_ref, weak_ref);
|
/dports/devel/p5-Mouse/Mouse-v2.5.10/lib/Mouse/ |
H A D | PurePerl.pm | 448 sub is_weak_ref { $_[0]->{weak_ref} } subroutine
|
/dports/devel/p5-Bread-Board/Bread-Board-0.37/ |
H A D | Changes | 269 - Bread::Board::Traversable - fixed the is_weak_ref mis-spelling
|