Home
last modified time | relevance | path

Searched refs:Refcount (Results 1 – 25 of 2450) sorted by relevance

12345678910>>...98

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/vdb3/src/kfc/
H A Drefcount.cpp47 void * Refcount :: operator new ( size_t bytes ) in operator new()
58 void Refcount :: operator delete ( void * ptr ) in operator delete()
68 Refcount :: Refcount () in Refcount() function in vdb3::Refcount
73 Refcount :: ~ Refcount () in ~Refcount()
78 Refcount * Refcount :: duplicate () in duplicate()
92 void Refcount :: release () in release()
H A Dmemmgr.cpp47 Refcount * obj = ( Refcount * ) _alloc ( bytes, true ); in _new()
57 Refcount * obj; in _delete()
64 obj = ( Refcount * ) ptr; in _delete()
78 MemMgr MemMgrItf :: make_mmgr_ref ( Refcount * obj, caps_t caps ) in make_mmgr_ref()
84 Mem MemMgrItf :: make_mem_ref ( Refcount * obj, MemoryItf * itf, caps_t caps ) in make_mem_ref()
156 MemMgr :: MemMgr ( Refcount * obj, MemMgrItf * itf, caps_t caps ) in MemMgr()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/vdb3/src/kfc/
H A Drefcount.cpp47 void * Refcount :: operator new ( size_t bytes ) in operator new()
58 void Refcount :: operator delete ( void * ptr ) in operator delete()
68 Refcount :: Refcount () in Refcount() function in vdb3::Refcount
73 Refcount :: ~ Refcount () in ~Refcount()
78 Refcount * Refcount :: duplicate () in duplicate()
92 void Refcount :: release () in release()
H A Dmemmgr.cpp47 Refcount * obj = ( Refcount * ) _alloc ( bytes, true ); in _new()
57 Refcount * obj; in _delete()
64 obj = ( Refcount * ) ptr; in _delete()
78 MemMgr MemMgrItf :: make_mmgr_ref ( Refcount * obj, caps_t caps ) in make_mmgr_ref()
84 Mem MemMgrItf :: make_mem_ref ( Refcount * obj, MemoryItf * itf, caps_t caps ) in make_mem_ref()
156 MemMgr :: MemMgr ( Refcount * obj, MemMgrItf * itf, caps_t caps ) in MemMgr()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/vdb3/itf/kfc/
H A Dmemmgr.hpp44 class Refcount;
57 interface MemMgrItf : public Refcount
82 MemMgr make_mmgr_ref ( Refcount * obj, caps_t caps );
85 static Mem make_mem_ref ( Refcount * obj, MemoryItf * itf, caps_t caps );
118 MemMgr ( Refcount * obj, MemMgrItf * itf, caps_t caps );
121 friend class Refcount;
H A Dref.hpp40 class Refcount;
58 void * ( * cast_func ) ( Refcount * obj ) );
78 OpaqueRef ( Refcount * obj, caps_t caps );
83 Refcount * obj;
129 Ref ( Refcount * obj, T * _itf, caps_t caps ) in Ref()
140 Ref ( const OpaqueRef & r, void * ( * cast_func ) ( Refcount * obj ) ) in Ref()
H A Drefcount.hpp49 class Refcount class
67 Refcount ();
68 virtual ~ Refcount ();
74 Refcount * duplicate ();
H A Dtask.hpp45 class Refcount;
76 Task make_ref ( Refcount * obj, caps_t caps );
80 static void * cast ( Refcount * obj );
117 Task ( Refcount * obj, TaskItf * itf, caps_t caps );
H A Dlog.hpp42 class Refcount;
72 Log make_ref ( Refcount * obj, caps_t caps );
76 static void * cast ( Refcount * obj );
109 Log ( Refcount * obj, LoggerItf * itf, caps_t caps );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/vdb3/itf/kfc/
H A Dmemmgr.hpp44 class Refcount;
57 interface MemMgrItf : public Refcount
82 MemMgr make_mmgr_ref ( Refcount * obj, caps_t caps );
85 static Mem make_mem_ref ( Refcount * obj, MemoryItf * itf, caps_t caps );
118 MemMgr ( Refcount * obj, MemMgrItf * itf, caps_t caps );
121 friend class Refcount;
H A Dref.hpp40 class Refcount;
58 void * ( * cast_func ) ( Refcount * obj ) );
78 OpaqueRef ( Refcount * obj, caps_t caps );
83 Refcount * obj;
129 Ref ( Refcount * obj, T * _itf, caps_t caps ) in Ref()
140 Ref ( const OpaqueRef & r, void * ( * cast_func ) ( Refcount * obj ) ) in Ref()
H A Drefcount.hpp49 class Refcount class
67 Refcount ();
68 virtual ~ Refcount ();
74 Refcount * duplicate ();
H A Dtask.hpp45 class Refcount;
76 Task make_ref ( Refcount * obj, caps_t caps );
80 static void * cast ( Refcount * obj );
117 Task ( Refcount * obj, TaskItf * itf, caps_t caps );
H A Dlog.hpp42 class Refcount;
72 Log make_ref ( Refcount * obj, caps_t caps );
76 static void * cast ( Refcount * obj );
109 Log ( Refcount * obj, LoggerItf * itf, caps_t caps );
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Support/
H A DStringPool.h48 unsigned Refcount; ///< Number of referencing PooledStringPtrs. member
51 PooledString() : Pool(0), Refcount(0) { } in PooledString()
87 if (S) ++S->getValue().Refcount; in PooledStringPtr()
91 if (S) ++S->getValue().Refcount; in PooledStringPtr()
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) { in clear()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Support/
H A DStringPool.h47 unsigned Refcount; ///< Number of referencing PooledStringPtrs. member
50 PooledString() : Pool(nullptr), Refcount(0) { } in PooledString()
86 if (S) ++S->getValue().Refcount; in PooledStringPtr()
90 if (S) ++S->getValue().Refcount; in PooledStringPtr()
97 if (S) ++S->getValue().Refcount;
105 if (--S->getValue().Refcount == 0) { in clear()
/dports/textproc/xmlada/xmlada-e5bbafe/sax/
H A Dsax-pointers.adb113 Data.Refcount := Data.Refcount - 1;
114 if Data.Refcount = 0 then
135 Data.Refcount := Data.Refcount + 1;
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/tests/
H A Dtemplate_cache_test.cc612 ASSERT(cache_peer.Refcount(cache_key1) == 2); in TestRefcounting()
614 ASSERT(cache_peer.Refcount(cache_key2) == 2); in TestRefcounting()
621 ASSERT(cache_peer.Refcount(cache_key1) == 3); in TestRefcounting()
623 ASSERT(cache_peer.Refcount(cache_key2) == 3); in TestRefcounting()
635 ASSERT(cache_peer.Refcount(cache_key1) == 4); in TestRefcounting()
637 ASSERT(cache_peer.Refcount(cache_key2) == 4); in TestRefcounting()
665 ASSERT(cache_peer.Refcount(cache_key1) == 3); in TestRefcounting()
667 ASSERT(cache_peer.Refcount(cache_key2) == 5); in TestRefcounting()
677 ASSERT(cache_peer.Refcount(cache_key1) == 2); in TestRefcounting()
679 ASSERT(cache_peer.Refcount(cache_key2) == 3); in TestRefcounting()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DStringPool.h47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. member
87 if (S) ++S->getValue().Refcount; in PooledStringPtr()
91 if (S) ++S->getValue().Refcount; in PooledStringPtr()
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) { in clear()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DStringPool.h47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. member
87 if (S) ++S->getValue().Refcount; in PooledStringPtr()
91 if (S) ++S->getValue().Refcount; in PooledStringPtr()
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) { in clear()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DStringPool.h47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. member
87 if (S) ++S->getValue().Refcount; in PooledStringPtr()
91 if (S) ++S->getValue().Refcount; in PooledStringPtr()
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) { in clear()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DStringPool.h47 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. member
87 if (S) ++S->getValue().Refcount; in PooledStringPtr()
91 if (S) ++S->getValue().Refcount; in PooledStringPtr()
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) { in clear()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DStringPool.h48 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. member
88 if (S) ++S->getValue().Refcount; in PooledStringPtr()
92 if (S) ++S->getValue().Refcount; in PooledStringPtr()
99 if (S) ++S->getValue().Refcount;
107 if (--S->getValue().Refcount == 0) { in clear()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DStringPool.h48 unsigned Refcount = 0; ///< Number of referencing PooledStringPtrs. in Java_org_rocksdb_Env_getDefaultEnvInternal()
88 if (S) ++S->getValue().Refcount; in Java_org_rocksdb_Env_getDefaultEnvInternal()
92 if (S) ++S->getValue().Refcount; in Java_org_rocksdb_Env_getDefaultEnvInternal()
99 if (S) ++S->getValue().Refcount; in Java_org_rocksdb_Env_getDefaultEnvInternal()
107 if (--S->getValue().Refcount == 0) { in Java_org_rocksdb_Env_getDefaultEnvInternal()
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-python/ngs/
H A DReadGroup.py30 from .Refcount import Refcount
37 class ReadGroup(Refcount):

12345678910>>...98