Home
last modified time | relevance | path

Searched refs:cfref (Results 1 – 25 of 36) sorted by relevance

12

/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/mac/corefoundation/
H A Dcfref.h361 inline void CFRelease(const wxCFRef<T*> & cfref) DEPRECATED_ATTRIBUTE;
370 inline void CFRetain(const wxCFRef<T*>& cfref) DEPRECATED_ATTRIBUTE;
376 void CFRelease(const wxCFRef<T*> & cfref)
378 CFRelease(cfref.get());
382 void CFRetain(const wxCFRef<T*> & cfref)
384 CFRetain(cfref.get());
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/mac/corefoundation/
H A Dcfref.h361 inline void CFRelease(const wxCFRef<T*> & cfref) DEPRECATED_ATTRIBUTE;
370 inline void CFRetain(const wxCFRef<T*>& cfref) DEPRECATED_ATTRIBUTE;
376 void CFRelease(const wxCFRef<T*> & cfref)
378 CFRelease(cfref.get());
382 void CFRetain(const wxCFRef<T*> & cfref)
384 CFRetain(cfref.get());
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/mac/corefoundation/
H A Dcfref.h361 inline void CFRelease(const wxCFRef<T*> & cfref) DEPRECATED_ATTRIBUTE;
370 inline void CFRetain(const wxCFRef<T*>& cfref) DEPRECATED_ATTRIBUTE;
376 void CFRelease(const wxCFRef<T*> & cfref)
378 CFRelease(cfref.get());
382 void CFRetain(const wxCFRef<T*> & cfref)
384 CFRetain(cfref.get());
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/mac/corefoundation/
H A Dcfref.h361 inline void CFRelease(const wxCFRef<T*> & cfref) DEPRECATED_ATTRIBUTE;
370 inline void CFRetain(const wxCFRef<T*>& cfref) DEPRECATED_ATTRIBUTE;
376 void CFRelease(const wxCFRef<T*> & cfref)
378 CFRelease(cfref.get());
382 void CFRetain(const wxCFRef<T*> & cfref)
384 CFRetain(cfref.get());
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/osx/core/
H A Dcfref.h372 inline void CFRelease(const wxCFRef<T*> & cfref) DEPRECATED_ATTRIBUTE;
381 inline void CFRetain(const wxCFRef<T*>& cfref) DEPRECATED_ATTRIBUTE;
387 void CFRelease(const wxCFRef<T*> & cfref)
389 CFRelease(cfref.get());
393 void CFRetain(const wxCFRef<T*> & cfref)
395 CFRetain(cfref.get());
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/osx/core/
H A Dcfref.h372 inline void CFRelease(const wxCFRef<T*> & cfref) DEPRECATED_ATTRIBUTE;
381 inline void CFRetain(const wxCFRef<T*>& cfref) DEPRECATED_ATTRIBUTE;
387 void CFRelease(const wxCFRef<T*> & cfref)
389 CFRelease(cfref.get());
393 void CFRetain(const wxCFRef<T*> & cfref)
395 CFRetain(cfref.get());
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/osx/core/
H A Dcfref.h419 inline void CFRelease(const wxCFRef<T*> & cfref) __AVAILABILITY_INTERNAL_DEPRECATED;
428 inline void CFRetain(const wxCFRef<T*>& cfref) __AVAILABILITY_INTERNAL_DEPRECATED;
434 void CFRelease(const wxCFRef<T*> & cfref)
436 CFRelease(cfref.get());
440 void CFRetain(const wxCFRef<T*> & cfref)
442 CFRetain(cfref.get());
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DFunctionRefTest.cpp88 FunctionRef<int(int)> const cfref = lambda; in TEST() local
89 EXPECT_EQ(1023, cfref(5)); in TEST()
90 EXPECT_EQ(1029, cfref(6)); in TEST()
91 EXPECT_EQ(1036, cfref(7)); in TEST()
113 FunctionRef<int(int)> const cfref = funcptr; in TEST() local
114 EXPECT_EQ(100, cfref(10)); in TEST()
115 EXPECT_EQ(121, cfref(11)); in TEST()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dprocess.cpp560 class cfref final class
563 cfref() = default;
564 ~cfref() { in ~cfref()
570 explicit cfref(T ref, bool fromCreate = true) in cfref() function in fz::__anon5b36cbab0211::cfref
578 cfref(cfref const& op) in cfref() function in fz::__anon5b36cbab0211::cfref
586 cfref& operator=(cfref const& op) in operator =()
611 typedef cfref<CFStringRef> cfsr;
612 typedef cfref<CFURLRef> cfurl;
613 typedef cfref<CFBundleRef> cfbundle;
614 typedef cfref<CFMutableArrayRef> cfma;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dencconv.cpp53 … wxCFStringRef cfref( CFStringCreateWithCStringNoCopy( NULL, s, cfencoding , kCFAllocatorNull ) ); in GetEncTable() local
54 CFStringGetCharacters( cfref, firstchar, (UniChar*) &gMacEncodings[i][c-128] ); in GetEncTable()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dencconv.cpp59 … wxCFStringRef cfref( CFStringCreateWithCStringNoCopy( NULL, s, cfencoding , kCFAllocatorNull ) ); in GetEncTable() local
60 CFStringGetCharacters( cfref, firstchar, (UniChar*) &gMacEncodings[i][c-128] ); in GetEncTable()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dencconv.cpp59 … wxCFStringRef cfref( CFStringCreateWithCStringNoCopy( NULL, s, cfencoding , kCFAllocatorNull ) ); in GetEncTable() local
60 CFStringGetCharacters( cfref, firstchar, (UniChar*) &gMacEncodings[i][c-128] ); in GetEncTable()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dwebview_webkit.mm26 #include "wx/osx/core/cfref.h"
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp3231 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
3232 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
3233 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
3234 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
3235 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
3236 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
3237 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp4213 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
4214 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
4215 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
4216 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
4217 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
4218 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
4219 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp4213 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
4214 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
4215 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
4216 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
4217 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
4218 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
4219 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp4213 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
4214 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
4215 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
4216 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
4217 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
4218 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
4219 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp4213 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
4214 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
4215 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
4216 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
4217 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
4218 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
4219 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp4213 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
4214 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
4215 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
4216 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
4217 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
4218 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
4219 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp8015 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
8016 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
8017 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
8018 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
8019 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
8020 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
8021 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp8015 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
8016 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
8017 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
8018 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
8019 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
8020 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
8021 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp8015 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
8016 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
8017 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
8018 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
8019 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
8020 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
8021 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/
H A DMakefile.in2442 wx/osx/core/cfref.h \
2463 wx/osx/core/cfref.h \
2500 wx/osx/core/cfref.h \
2526 wx/osx/core/cfref.h \
2552 wx/osx/core/cfref.h \
2578 wx/osx/core/cfref.h \
2604 wx/osx/core/cfref.h \
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp8015 CopyFragRef * cfref = (CopyFragRef*)signal->getDataPtrSend(); in execPREPARE_COPY_FRAG_REF() local
8016 cfref->userPtr = ref.senderData; in execPREPARE_COPY_FRAG_REF()
8017 cfref->startingNodeId = ref.startingNodeId; in execPREPARE_COPY_FRAG_REF()
8018 cfref->errorCode = ref.errorCode; in execPREPARE_COPY_FRAG_REF()
8019 cfref->tableId = ref.tableId; in execPREPARE_COPY_FRAG_REF()
8020 cfref->fragId = ref.fragId; in execPREPARE_COPY_FRAG_REF()
8021 cfref->sendingNodeId = ref.copyNodeId; in execPREPARE_COPY_FRAG_REF()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/
H A DMakefile.in2441 wx/osx/core/cfref.h \
2462 wx/osx/core/cfref.h \
2499 wx/osx/core/cfref.h \
2525 wx/osx/core/cfref.h \
2551 wx/osx/core/cfref.h \
2577 wx/osx/core/cfref.h \
2603 wx/osx/core/cfref.h \

12