/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/utils/ |
H A D | shared_ref.hpp | 30 shared_ref<T>::shared_ref(no_memory const &) noexcept : mem(nullptr) in shared_ref() function in utils::shared_ref 35 shared_ref<T>::shared_ref(no_memory &&) noexcept : mem(nullptr) in shared_ref() function in utils::shared_ref 41 shared_ref<T>::shared_ref(Types &&... args) in shared_ref() function in utils::shared_ref 47 shared_ref<T>::shared_ref(shared_ref<T> &&p) noexcept : mem(p.mem) in shared_ref() function in utils::shared_ref 53 shared_ref<T>::shared_ref(shared_ref<T> const &p) noexcept : mem(p.mem) in shared_ref() function in utils::shared_ref 60 shared_ref<T>::shared_ref(shared_ref<T> &p) noexcept : mem(p.mem) in shared_ref() function in utils::shared_ref 67 shared_ref<T>::~shared_ref() noexcept in ~shared_ref() 73 void shared_ref<T>::swap(shared_ref<T> &rhs) noexcept in swap() 80 shared_ref<T> &shared_ref<T>::operator=(shared_ref<T> p) noexcept in operator =() 101 bool shared_ref<T>::operator!=(shared_ref<T> const &other) const noexcept in operator !=() [all …]
|
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/utils/ |
H A D | shared_ref.hpp | 43 class shared_ref class 56 shared_ref(no_memory const &) noexcept; 59 shared_ref(no_memory &&) noexcept; 63 shared_ref(Types &&... args); 66 shared_ref(shared_ref<T> &&p) noexcept; 69 shared_ref(shared_ref<T> const &p) noexcept; 74 shared_ref(shared_ref<T> &p) noexcept; 76 ~shared_ref() noexcept; 79 void swap(shared_ref<T> &rhs) noexcept; 82 shared_ref<T> &operator=(shared_ref<T> p) noexcept; [all …]
|
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/ |
H A D | shared_ref.hpp | 23 class shared_ref class 26 shared_ref(const shared_ref&) = default; 27 shared_ref(shared_ref&&) = default; 28 shared_ref& operator=(const shared_ref&) = default; 29 shared_ref& operator=(shared_ref&&) = default; 30 ~shared_ref() = default; 39 friend shared_ref<XT> make_shared_ref(XTypes&&...args); 43 shared_ref(T* value) :m_ptr(value) { assert(value != nullptr); } in shared_ref() function in fplus::shared_ref 48 shared_ref<T> make_shared_ref(Types&&...args) in make_shared_ref() 50 return shared_ref<T>(new T(std::forward<Types>(args)...)); in make_shared_ref()
|
H A D | raii.hpp | 38 shared_ref<raii<INIT, QUIT>> make_raii(INIT init, QUIT quit) in make_raii()
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/py3/types/ |
H A D | cython_cpp_struct_field_type.mustache | 26 }}{{#field:shared_ref?}}shared_ptr[{{/field:shared_ref?}}{{! 30 }}{{#field:shared_ref?}}]{{/field:shared_ref?}}{{!
|
H A D | cython_field_value_for_assignment.mustache | 38 }}{{#field:shared_ref?}}{{! 40 }}{{/field:shared_ref?}}{{!
|
H A D | cython_union_assign_field.mustache | 29 }}{{#field:shared_ref?}}{{! 31 }}{{/field:shared_ref?}}{{!
|
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/ |
H A D | nonzero.hpp | 45 types::array<utils::shared_ref<types::raw_array<long>>, sizeof...(Is)> 61 types::array<utils::shared_ref<types::raw_array<long>>, N> out_buffers = in nonzero()
|
H A D | fromiter.hpp | 26 utils::shared_ref<types::raw_array<T>> buffer(count); in fromiter()
|
H A D | argwhere.hpp | 22 utils::shared_ref<types::raw_array<long>> buffer(sz * in argwhere()
|
/dports/misc/p5-List-Compare/List-Compare-0.53/t/ |
H A D | 41_func_hashes_dual_sorted.t | 20 my ($nonintersection_ref, $shared_ref); 36 $shared_ref = get_shared_ref( [ \%h0, \%h1 ] ); 37 is_deeply( $shared_ref, \@pred, "Got expected shared");
|
H A D | 45_func_hashes_alt_dual_sorted.t | 20 my ($nonintersection_ref, $shared_ref); 36 $shared_ref = get_shared_ref( { lists => [ \%h0, \%h1 ] } ); 37 is_deeply( $shared_ref, \@pred, "Got expected shared");
|
H A D | 37_func_lists_alt_dual_sorted.t | 20 my ($nonintersection_ref, $shared_ref); 36 $shared_ref = get_shared_ref( { lists => [ \@a0, \@a1 ] } ); 37 is_deeply( $shared_ref, \@pred, "Got expected shared");
|
H A D | 38_func_lists_alt_dual_unsorted.t | 20 my ($nonintersection_ref, $shared_ref); 50 $shared_ref = get_shared_ref( { lists => [ \@a0, \@a1 ], unsorted => 1} ); 51 $seen{$_}++ foreach (@{$shared_ref});
|
H A D | 46_func_hashes_alt_dual_unsorted.t | 20 my ($nonintersection_ref, $shared_ref); 50 $shared_ref = get_shared_ref( { lists => [ \%h0, \%h1 ], unsorted => 1} ); 51 $seen{$_}++ foreach (@{$shared_ref});
|
H A D | 42_func_hashes_dual_unsorted.t | 20 my ($nonintersection_ref, $shared_ref); 50 $shared_ref = get_shared_ref( '-u', [ \%h0, \%h1 ] ); 51 $seen{$_}++ foreach (@{$shared_ref});
|
H A D | 33_func_lists_dual_sorted.t | 20 my ($nonintersection_ref, $shared_ref); 36 $shared_ref = get_shared_ref( [ \@a0, \@a1 ] ); 37 is_deeply( $shared_ref, \@pred, "Got expected shared");
|
H A D | 43_func_hashes_mult_sorted.t | 20 my ($nonintersection_ref, $shared_ref); 36 $shared_ref = get_shared_ref( [ \%h0, \%h1, \%h2, \%h3, \%h4 ] ); 37 is_deeply( $shared_ref, \@pred, "Got expected shared");
|
/dports/devel/mercurial/mercurial-6.0/rust/hg-cpython/src/ |
H A D | exceptions.rs | 44 py_exception!(shared_ref, AlreadyBorrowed, RuntimeError);
|
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/py3/ |
H A D | types_fields.pyx.mustache | 82 }}{{#field:shared_ref?}}shared{{/field:shared_ref?}}{{!
|
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/ |
H A D | subs.c | 355 struct mosquitto__subshared_ref *shared_ref; in sub__add_shared() local 387 shared_ref = mosquitto__calloc(1, sizeof(struct mosquitto__subshared_ref)); in sub__add_shared() 388 if(!shared_ref){ in sub__add_shared() 392 shared_ref->hier = subhier; in sub__add_shared() 393 shared_ref->shared = shared; in sub__add_shared() 397 context->shared_subs[i] = shared_ref; in sub__add_shared() 409 context->shared_subs[context->shared_sub_count-1] = shared_ref; in sub__add_shared()
|
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/subclass/ |
H A D | shared.rs | 98 unsafe extern "C" fn shared_ref<T: SharedType>(v: ffi::gpointer) -> ffi::gpointer { in register_shared_type() function 118 Some(shared_ref::<T>), in register_shared_type()
|
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/subclass/ |
H A D | shared.rs | 98 unsafe extern "C" fn shared_ref<T: SharedType>(v: ffi::gpointer) -> ffi::gpointer { in register_shared_type() function 118 Some(shared_ref::<T>), in register_shared_type()
|
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/subclass/ |
H A D | shared.rs | 98 unsafe extern "C" fn shared_ref<T: SharedType>(v: ffi::gpointer) -> ffi::gpointer { in register_shared_type() function 118 Some(shared_ref::<T>), in register_shared_type()
|
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/subclass/ |
H A D | shared.rs | 98 unsafe extern "C" fn shared_ref<T: SharedType>(v: ffi::gpointer) -> ffi::gpointer { in register_shared_type() function 118 Some(shared_ref::<T>), in register_shared_type()
|