Home
last modified time | relevance | path

Searched refs:PtrType (Results 1 – 25 of 1411) sorted by relevance

12345678910>>...57

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsRefPtrHashtable.h22 template <class KeyClass, class PtrType>
24 : public nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*> {
27 typedef PtrType* UserDataType;
28 typedef nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*> base_type;
32 : nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*>(aInitLength) {} in nsRefPtrHashtable()
92 template <class KeyClass, class PtrType>
116 template <class KeyClass, class PtrType>
117 already_AddRefed<PtrType> nsRefPtrHashtable<KeyClass, PtrType>::Get( in Get()
124 RefPtr<PtrType> copy = ent->mData; in Get()
128 template <class KeyClass, class PtrType>
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsRefPtrHashtable.h22 template<class KeyClass, class PtrType>
24 : public nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*>
28 typedef PtrType* UserDataType;
29 typedef nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*> base_type;
33 : nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*>(aInitLength) in nsRefPtrHashtable()
96 template<class KeyClass, class PtrType>
122 template<class KeyClass, class PtrType>
123 PtrType*
144 template<class KeyClass, class PtrType>
154 template<class KeyClass, class PtrType>
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsRefPtrHashtable.h21 template <class KeyClass, class PtrType>
23 : public nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*> {
26 typedef PtrType* UserDataType;
27 typedef nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*> base_type;
31 : nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*>(aInitLength) {} in nsRefPtrHashtable()
95 template <class KeyClass, class PtrType>
119 template <class KeyClass, class PtrType>
120 already_AddRefed<PtrType> nsRefPtrHashtable<KeyClass, PtrType>::Get( in Get()
127 RefPtr<PtrType> copy = ent->GetData(); in Get()
131 template <class KeyClass, class PtrType>
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DnsThreadUtils.h1153 template <typename PtrType, typename Method>
1163 template <typename PtrType, typename Method>
1173 template <typename PtrType, typename Method>
1183 template <typename PtrType, typename Method>
1193 template <typename PtrType, typename Method>
1203 template <typename PtrType, typename Method>
1213 template <typename PtrType, typename Method>
1223 template <typename PtrType, typename Method>
1322 template <typename PtrType, typename Method>
1329 template <typename PtrType, typename Method>
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DRetainPtr.h69 PtrType releaseRef() { PtrType tmp = m_ptr; m_ptr = 0; return tmp; } in releaseRef()
84 void adoptCF(PtrType);
85 void adoptNS(PtrType);
90 PtrType m_ptr;
95 PtrType optr = o.get();
98 PtrType ptr = m_ptr;
110 PtrType ptr = m_ptr;
121 PtrType ptr = m_ptr;
130 PtrType ptr = m_ptr; in adoptCF()
140 PtrType ptr = m_ptr; in adoptNS()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DRetainPtr.h69 PtrType releaseRef() { PtrType tmp = m_ptr; m_ptr = 0; return tmp; } in releaseRef()
84 void adoptCF(PtrType);
85 void adoptNS(PtrType);
90 PtrType m_ptr;
95 PtrType optr = o.get();
98 PtrType ptr = m_ptr;
110 PtrType ptr = m_ptr;
121 PtrType ptr = m_ptr;
130 PtrType ptr = m_ptr; in adoptCF()
140 PtrType ptr = m_ptr; in adoptNS()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DRetainPtr.h69 PtrType releaseRef() { PtrType tmp = m_ptr; m_ptr = 0; return tmp; } in releaseRef()
84 void adoptCF(PtrType);
85 void adoptNS(PtrType);
90 PtrType m_ptr;
95 PtrType optr = o.get();
98 PtrType ptr = m_ptr;
110 PtrType ptr = m_ptr;
121 PtrType ptr = m_ptr;
130 PtrType ptr = m_ptr; in adoptCF()
140 PtrType ptr = m_ptr; in adoptNS()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/cpp/
H A DWKRetainPtr.h38 typedef T PtrType; typedef
45 WKRetainPtr(PtrType ptr) in WKRetainPtr()
87 PtrType leakRef() in leakRef()
106 void adopt(PtrType);
110 PtrType m_ptr;
115 PtrType optr = o.get();
118 PtrType ptr = m_ptr;
130 PtrType ptr = m_ptr;
141 PtrType ptr = m_ptr;
150 PtrType ptr = m_ptr; in adopt()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DnsThreadUtils.h1274 template <typename PtrType, typename Method>
1284 template <typename PtrType, typename Method>
1295 template <typename PtrType, typename Method>
1305 template <typename PtrType, typename Method>
1316 template <typename PtrType, typename Method>
1326 template <typename PtrType, typename Method>
1337 template <typename PtrType, typename Method>
1347 template <typename PtrType, typename Method>
1447 template <typename PtrType, typename Method>
1454 template <typename PtrType, typename Method>
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DRetainPtr.h97 void adoptCF(PtrType);
98 void adoptNS(PtrType);
108 PtrType m_ptr;
128 PtrType ptr = m_ptr; in leakRef()
135 PtrType optr = o.get();
138 PtrType ptr = m_ptr;
150 PtrType ptr = m_ptr;
161 PtrType ptr = m_ptr;
170 PtrType ptr = m_ptr; in adoptCF()
180 PtrType ptr = m_ptr; in adoptNS()
[all …]
H A DOwnPtr.h41 typedef ValueType* PtrType; typedef
56 PtrType get() const { return m_ptr; } in get()
60 PtrType leakPtr() WARN_UNUSED_RETURN;
79 void set(PtrType);
92 PtrType m_ptr;
102 PtrType ptr = m_ptr; in clear()
109 PtrType ptr = m_ptr; in release()
116 PtrType ptr = m_ptr; in leakPtr()
125 PtrType oldPtr = m_ptr; in set()
133 PtrType ptr = m_ptr;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DnsThreadUtils.h1238 template <typename PtrType, typename Method>
1248 template <typename PtrType, typename Method>
1259 template <typename PtrType, typename Method>
1269 template <typename PtrType, typename Method>
1280 template <typename PtrType, typename Method>
1290 template <typename PtrType, typename Method>
1301 template <typename PtrType, typename Method>
1311 template <typename PtrType, typename Method>
1411 template <typename PtrType, typename Method>
1418 template <typename PtrType, typename Method>
[all …]
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DnsThreadUtils.h1237 template <typename PtrType, typename Method>
1247 template <typename PtrType, typename Method>
1258 template <typename PtrType, typename Method>
1268 template <typename PtrType, typename Method>
1279 template <typename PtrType, typename Method>
1289 template <typename PtrType, typename Method>
1300 template <typename PtrType, typename Method>
1310 template <typename PtrType, typename Method>
1410 template <typename PtrType, typename Method>
1417 template <typename PtrType, typename Method>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DnsThreadUtils.h1238 template <typename PtrType, typename Method>
1248 template <typename PtrType, typename Method>
1259 template <typename PtrType, typename Method>
1269 template <typename PtrType, typename Method>
1280 template <typename PtrType, typename Method>
1290 template <typename PtrType, typename Method>
1301 template <typename PtrType, typename Method>
1311 template <typename PtrType, typename Method>
1411 template <typename PtrType, typename Method>
1418 template <typename PtrType, typename Method>
[all …]
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DpyPtrHelpers.h131 template <typename PtrType>
134 PtrType p = extract<PtrType>(self); in _IsPtrExpired()
142 template <typename PtrType>
147 template <typename PtrType>
150 template <typename PtrType>
155 template <class PtrType>
207 template <typename PtrType>
234 PtrType smartPtr(ptr);
328 _PtrFromPython<PtrType>();
362 _PtrToPython<PtrType>();
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsRefCountedHashtable.h21 template <class KeyClass, class PtrType>
24 KeyClass, PtrType,
117 template <class KeyClass, class PtrType>
141 template <class KeyClass, class PtrType>
149 PtrType copy = ent->GetData(); in Get()
153 template <class KeyClass, class PtrType>
175 template <class KeyClass, class PtrType>
185 template <class KeyClass, class PtrType>
202 template <class KeyClass, class PtrType>
211 template <class KeyClass, class PtrType>
[all …]
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsRefCountedHashtable.h21 template <class KeyClass, class PtrType>
24 KeyClass, PtrType,
117 template <class KeyClass, class PtrType>
141 template <class KeyClass, class PtrType>
149 PtrType copy = ent->GetData(); in Get()
153 template <class KeyClass, class PtrType>
175 template <class KeyClass, class PtrType>
185 template <class KeyClass, class PtrType>
202 template <class KeyClass, class PtrType>
211 template <class KeyClass, class PtrType>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsRefCountedHashtable.h21 template <class KeyClass, class PtrType>
24 KeyClass, PtrType,
117 template <class KeyClass, class PtrType>
141 template <class KeyClass, class PtrType>
149 PtrType copy = ent->GetData(); in Get()
153 template <class KeyClass, class PtrType>
175 template <class KeyClass, class PtrType>
185 template <class KeyClass, class PtrType>
202 template <class KeyClass, class PtrType>
211 template <class KeyClass, class PtrType>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
356 using value_type = PtrType;
372 iterator insert(iterator, PtrType Ptr) {
378 bool erase(PtrType Ptr) {
422 template <typename PtrType>
438 template <typename PtrType>
448 template<class PtrType, unsigned SmallSize>
455 using BaseT = SmallPtrSetImpl<PtrType>;
478 SmallPtrSet<PtrType, SmallSize> &
485 SmallPtrSet<PtrType, SmallSize> &
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
356 using value_type = PtrType;
372 iterator insert(iterator, PtrType Ptr) {
378 bool erase(PtrType Ptr) {
422 template <typename PtrType>
438 template <typename PtrType>
448 template<class PtrType, unsigned SmallSize>
455 using BaseT = SmallPtrSetImpl<PtrType>;
478 SmallPtrSet<PtrType, SmallSize> &
485 SmallPtrSet<PtrType, SmallSize> &
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
356 using value_type = PtrType;
372 iterator insert(iterator, PtrType Ptr) {
378 bool erase(PtrType Ptr) {
422 template <typename PtrType>
438 template <typename PtrType>
448 template<class PtrType, unsigned SmallSize>
455 using BaseT = SmallPtrSetImpl<PtrType>;
478 SmallPtrSet<PtrType, SmallSize> &
485 SmallPtrSet<PtrType, SmallSize> &
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
356 using value_type = PtrType;
372 iterator insert(iterator, PtrType Ptr) {
378 bool erase(PtrType Ptr) {
422 template <typename PtrType>
438 template <typename PtrType>
448 template<class PtrType, unsigned SmallSize>
455 using BaseT = SmallPtrSetImpl<PtrType>;
478 SmallPtrSet<PtrType, SmallSize> &
485 SmallPtrSet<PtrType, SmallSize> &
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
356 using value_type = PtrType;
372 iterator insert(iterator, PtrType Ptr) {
378 bool erase(PtrType Ptr) {
422 template <typename PtrType>
438 template <typename PtrType>
448 template<class PtrType, unsigned SmallSize>
455 using BaseT = SmallPtrSetImpl<PtrType>;
478 SmallPtrSet<PtrType, SmallSize> &
485 SmallPtrSet<PtrType, SmallSize> &
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
356 using value_type = PtrType;
372 iterator insert(iterator, PtrType Ptr) {
378 bool erase(PtrType Ptr) {
422 template <typename PtrType>
438 template <typename PtrType>
448 template<class PtrType, unsigned SmallSize>
455 using BaseT = SmallPtrSetImpl<PtrType>;
478 SmallPtrSet<PtrType, SmallSize> &
485 SmallPtrSet<PtrType, SmallSize> &
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
353 using iterator = SmallPtrSetIterator<PtrType>;
356 using value_type = PtrType;
371 bool erase(PtrType Ptr) {
415 template <typename PtrType>
431 template <typename PtrType>
441 template<class PtrType, unsigned SmallSize>
448 using BaseT = SmallPtrSetImpl<PtrType>;
471 SmallPtrSet<PtrType, SmallSize> &
478 SmallPtrSet<PtrType, SmallSize> &
[all …]

12345678910>>...57