Home
last modified time | relevance | path

Searched defs:RefCount (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Container/
H A DRefCounted.h35 struct RefCount struct
38 RefCount() : in RefCount() function
45 ~RefCount() in ~RefCount() argument
59 class URHO3D_API RefCounted argument
77 RefCount* RefCountPtr() { return refCount_; } in RefCountPtr() argument
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Drefcount.h45 struct RefCount { struct
48 RefCountNode *users; argument
49 RefCountNode *last; argument
51 typedef struct RefCount RefCount; argument
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Drefcount.h45 struct RefCount { struct
48 RefCountNode *users; argument
49 RefCountNode *last; argument
51 typedef struct RefCount RefCount; typedef
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Drefcount.h45 struct RefCount { struct
48 RefCountNode *users; argument
49 RefCountNode *last; argument
51 typedef struct RefCount RefCount; typedef
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Drefcount.h45 struct RefCount { struct
48 RefCountNode *users; argument
49 RefCountNode *last; argument
51 typedef struct RefCount RefCount; argument
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Drefcount.h45 struct RefCount { struct
48 RefCountNode *users; argument
49 RefCountNode *last; argument
51 typedef struct RefCount RefCount; argument
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Drefcount.h45 struct RefCount { struct
48 RefCountNode *users; argument
49 RefCountNode *last; argument
51 typedef struct RefCount RefCount; typedef
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlabstractbinding_p.h97 struct RefCount { struct
98 RefCount() {} in RefCount() argument
104 RefCount ref; argument
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlabstractbinding_p.h97 struct RefCount { struct
98 RefCount() {} in RefCount() function
104 RefCount ref; argument
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows-0.9.1/src/runtime/
H A Dref_count.rs6 pub struct RefCount { struct
10 impl RefCount { impl
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DRefCount.hh29 class RefCount { class
55 RefCount<Pointer>::RefCount():m_data(0), m_refcount(new unsigned int(0)) { in RefCount() function in FbTk::RefCount
60 RefCount<Pointer>::RefCount(RefCount<Pointer> &copy): in RefCount() function in FbTk::RefCount
67 RefCount<Pointer>::RefCount(Pointer *p):m_data(p), m_refcount(new unsigned int(0)) { in RefCount() function in FbTk::RefCount
72 RefCount<Pointer>::RefCount(const RefCount<Pointer> &copy): in RefCount() function in FbTk::RefCount
/dports/x11/runner/runner-1.1/src/aguix/
H A Drefcount.hh30 template<typename _Tp> class RefCount class
44 RefCount() in RefCount() function in RefCount
49 RefCount( element_type *y ) in RefCount() function in RefCount
54 RefCount( const RefCount &other ) in RefCount() function in RefCount
62 template<typename _Tp1> RefCount( const RefCount<_Tp1> &other ) in RefCount() function in RefCount
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Drefcount.hh30 template<typename _Tp> class RefCount class
44 RefCount() in RefCount() function in RefCount
49 RefCount( element_type *y ) in RefCount() function in RefCount
54 RefCount( const RefCount &other ) in RefCount() function in RefCount
62 template<typename _Tp1> RefCount( const RefCount<_Tp1> &other ) in RefCount() function in RefCount
/dports/www/squid/squid-4.15/src/base/
H A DRefCount.h30 RefCount () : p_ (NULL) {} in RefCount() function
32 RefCount (C const *p) : p_(p) { reference (*this); } in RefCount() function
38 RefCount (const RefCount &p) : p_(p.p_) { in RefCount() function
43 RefCount (RefCount &&p) : p_(std::move(p.p_)) { in RefCount() function
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/postage-0.4.1/src/sync/
H A Dref_count.rs4 pub struct RefCount { struct
23 impl RefCount { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/runtime/
H A Dref_count.rs6 pub struct RefCount(pub(crate) AtomicI32); struct
8 impl RefCount { impl
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/
H A Dlib.rs59 pub struct RefCount(ptr::NonNull<AtomicUsize>); struct
61 unsafe impl Send for RefCount {} implementation
62 unsafe impl Sync for RefCount {} implementation
64 impl RefCount { impl
93 impl Clone for RefCount { implementation
101 impl Drop for RefCount { implementation
146 fn add_ref(&self) -> RefCount { in add_ref()
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Drefcount.h59 RefCount(): _use_count(0) {} in RefCount() function
60 RefCount(const RefCount&): _use_count(0) {} in RefCount() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr47541.C4 struct RefCount : public Dummy { struct
9 RefCount::~RefCount(){} in ~RefCount() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/torture/
H A Dpr47541.C4 struct RefCount : public Dummy { struct
9 RefCount::~RefCount(){} in ~RefCount() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr47541.C4 struct RefCount : public Dummy { struct
9 RefCount::~RefCount(){} in ~RefCount() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr47541.C4 struct RefCount : public Dummy { struct
9 RefCount::~RefCount(){} in ~RefCount() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/torture/
H A Dpr47541.C4 struct RefCount : public Dummy { struct
9 RefCount::~RefCount(){} in ~RefCount() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr47541.C4 struct RefCount : public Dummy { struct
9 RefCount::~RefCount(){} in ~RefCount() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr47541.C4 struct RefCount : public Dummy { struct
9 RefCount::~RefCount(){} in ~RefCount() argument

12345678910>>...37