Home
last modified time | relevance | path

Searched refs:shared_ref (Results 1 – 25 of 126) sorted by relevance

123456

/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/utils/
H A Dshared_ref.hpp30 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 Dshared_ref.hpp43 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 Dshared_ref.hpp23 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 Draii.hpp38 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 Dcython_cpp_struct_field_type.mustache26 }}{{#field:shared_ref?}}shared_ptr[{{/field:shared_ref?}}{{!
30 }}{{#field:shared_ref?}}]{{/field:shared_ref?}}{{!
H A Dcython_field_value_for_assignment.mustache38 }}{{#field:shared_ref?}}{{!
40 }}{{/field:shared_ref?}}{{!
H A Dcython_union_assign_field.mustache29 }}{{#field:shared_ref?}}{{!
31 }}{{/field:shared_ref?}}{{!
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/
H A Dnonzero.hpp45 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 Dfromiter.hpp26 utils::shared_ref<types::raw_array<T>> buffer(count); in fromiter()
H A Dargwhere.hpp22 utils::shared_ref<types::raw_array<long>> buffer(sz * in argwhere()
/dports/misc/p5-List-Compare/List-Compare-0.53/t/
H A D41_func_hashes_dual_sorted.t20 my ($nonintersection_ref, $shared_ref);
36 $shared_ref = get_shared_ref( [ \%h0, \%h1 ] );
37 is_deeply( $shared_ref, \@pred, "Got expected shared");
H A D45_func_hashes_alt_dual_sorted.t20 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 D37_func_lists_alt_dual_sorted.t20 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 D38_func_lists_alt_dual_unsorted.t20 my ($nonintersection_ref, $shared_ref);
50 $shared_ref = get_shared_ref( { lists => [ \@a0, \@a1 ], unsorted => 1} );
51 $seen{$_}++ foreach (@{$shared_ref});
H A D46_func_hashes_alt_dual_unsorted.t20 my ($nonintersection_ref, $shared_ref);
50 $shared_ref = get_shared_ref( { lists => [ \%h0, \%h1 ], unsorted => 1} );
51 $seen{$_}++ foreach (@{$shared_ref});
H A D42_func_hashes_dual_unsorted.t20 my ($nonintersection_ref, $shared_ref);
50 $shared_ref = get_shared_ref( '-u', [ \%h0, \%h1 ] );
51 $seen{$_}++ foreach (@{$shared_ref});
H A D33_func_lists_dual_sorted.t20 my ($nonintersection_ref, $shared_ref);
36 $shared_ref = get_shared_ref( [ \@a0, \@a1 ] );
37 is_deeply( $shared_ref, \@pred, "Got expected shared");
H A D43_func_hashes_mult_sorted.t20 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 Dexceptions.rs44 py_exception!(shared_ref, AlreadyBorrowed, RuntimeError);
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/py3/
H A Dtypes_fields.pyx.mustache82 }}{{#field:shared_ref?}}shared{{/field:shared_ref?}}{{!
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dsubs.c355 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 Dshared.rs98 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 Dshared.rs98 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 Dshared.rs98 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 Dshared.rs98 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()

123456