Home
last modified time | relevance | path

Searched refs:CopyHelper (Results 1 – 25 of 133) sorted by relevance

123456

/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dcrosscall_client.h55 class CopyHelper {
57 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
88 class CopyHelper<void*> {
90 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
118 class CopyHelper<const wchar_t*> {
165 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
168 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
184 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
188 CopyHelper(array t) : Base(t) {} in CopyHelper() function
213 class CopyHelper<CountedBuffer> {
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/foundation/
H A DAutoRemovingFile.h32 struct CopyHelper { struct
35 explicit CopyHelper(AutoRemovingFile* o) : obj(o) {} in CopyHelper() function
45 AutoRemovingFile(CopyHelper other);
51 AutoRemovingFile& operator=(CopyHelper other);
53 operator CopyHelper() { return CopyHelper(this); } in CopyHelper() function
H A DAutoRemovingFile.cpp28 AutoRemovingFile::AutoRemovingFile(CopyHelper other) : m_file(other.obj->release()) {} in AutoRemovingFile()
42 AutoRemovingFile& AutoRemovingFile::operator=(CopyHelper other) { in operator =()
/dports/deskutils/syncthingtray/c++utilities/io/
H A Dcopy.h16 template <std::size_t bufferSize> class CPP_UTILITIES_EXPORT CopyHelper {
18 CopyHelper();
34 template <std::size_t bufferSize> CopyHelper<bufferSize>::CopyHelper() in CopyHelper() function
43 template <std::size_t bufferSize> void CopyHelper<bufferSize>::copy(std::istream &input, std::ostre… in copy()
65 void CopyHelper<bufferSize>::callbackCopy(std::istream &input, std::ostream &output, std::size_t co… in callbackCopy()
90 template <std::size_t bufferSize> void CopyHelper<bufferSize>::copy(NativeFileStream &input, Native… in copy()
107 void CopyHelper<bufferSize>::callbackCopy(NativeFileStream &input, NativeFileStream &output, std::s… in callbackCopy()
116 template <std::size_t bufferSize> char *CopyHelper<bufferSize>::buffer() in buffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dcrosscall_client.h59 class CopyHelper {
61 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
92 class CopyHelper<void*> {
94 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
122 class CopyHelper<const wchar_t*> {
124 CopyHelper(const wchar_t* t) : t_(t) {} in CopyHelper() function
169 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
172 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
188 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
192 CopyHelper(array t) : Base(t) {} in CopyHelper() function
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dcrosscall_client.h59 class CopyHelper {
61 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
92 class CopyHelper<void*> {
94 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
122 class CopyHelper<const wchar_t*> {
124 CopyHelper(const wchar_t* t) : t_(t) {} in CopyHelper() function
169 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
172 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
188 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
192 CopyHelper(array t) : Base(t) {} in CopyHelper() function
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dcrosscall_client.h56 class CopyHelper {
58 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
93 class CopyHelper<void*> {
95 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
129 class CopyHelper<const wchar_t*> {
131 CopyHelper(const wchar_t* t) in CopyHelper() function
184 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
187 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
211 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
215 CopyHelper(array t) : Base(t) {} in CopyHelper() function
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dcrosscall_client.h56 class CopyHelper {
58 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
93 class CopyHelper<void*> {
95 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
129 class CopyHelper<const wchar_t*> {
131 CopyHelper(const wchar_t* t) in CopyHelper() function
184 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
187 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
211 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
215 CopyHelper(array t) : Base(t) {} in CopyHelper() function
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dcrosscall_client.h59 class CopyHelper {
61 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
92 class CopyHelper<void*> {
94 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
122 class CopyHelper<const wchar_t*> {
124 CopyHelper(const wchar_t* t) : t_(t) {} in CopyHelper() function
169 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
172 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
188 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
192 CopyHelper(array t) : Base(t) {} in CopyHelper() function
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dcrosscall_client.h57 class CopyHelper {
59 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
90 class CopyHelper<void*> {
92 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
120 class CopyHelper<const wchar_t*> {
122 CopyHelper(const wchar_t* t) : t_(t) {} in CopyHelper() function
167 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
170 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
186 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
190 CopyHelper(array t) : Base(t) {} in CopyHelper() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dcrosscall_client.h59 class CopyHelper {
61 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function
92 class CopyHelper<void*> {
94 CopyHelper(void* t) : t_(t) {} in CopyHelper() function
122 class CopyHelper<const wchar_t*> {
124 CopyHelper(const wchar_t* t) : t_(t) {} in CopyHelper() function
169 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {
172 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function
188 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {
192 CopyHelper(array t) : Base(t) {} in CopyHelper() function
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/interaction/
H A DInteractionState.h38 struct CopyHelper { in DECLARE_NON_COPYABLE() struct
41 explicit CopyHelper(Captor* cap) : captor(cap) {} in DECLARE_NON_COPYABLE() function
49 explicit Captor(CopyHelper other) { swap_nodes(*other.captor); } in DECLARE_NON_COPYABLE()
53 Captor& operator=(CopyHelper other); in DECLARE_NON_COPYABLE()
55 explicit operator CopyHelper() { return CopyHelper(this); } in DECLARE_NON_COPYABLE()
/dports/science/step/step-21.12.3/step/
H A Dclipboard.cc33 class CopyHelper class
47 void CopyHelper::addItem(const StepCore::Item* item) in addItem()
55 StepCore::World* CopyHelper::createWorld() in createWorld()
75 void CopyHelper::fillMap(const StepCore::Object* item, StepCore::Object* copy) in fillMap()
96 void CopyHelper::fixItemLinks(StepCore::Item* item) in fixItemLinks()
122 CopyHelper helper; in copy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DSmallPtrSet.cpp135 CopyHelper(that); in SmallPtrSetImplBase()
168 CopyHelper(RHS); in CopyFrom()
171 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DSmallPtrSet.cpp135 CopyHelper(that); in SmallPtrSetImplBase()
168 CopyHelper(RHS); in CopyFrom()
171 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp135 CopyHelper(that); in SmallPtrSetImplBase()
168 CopyHelper(RHS); in CopyFrom()
171 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSmallPtrSet.cpp134 CopyHelper(that); in SmallPtrSetImplBase()
167 CopyHelper(RHS); in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DSmallPtrSet.cpp135 CopyHelper(that); in SmallPtrSetImplBase()
168 CopyHelper(RHS); in CopyFrom()
171 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DSmallPtrSet.cpp135 CopyHelper(that); in SmallPtrSetImplBase()
168 CopyHelper(RHS); in CopyFrom()
171 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper() function in SmallPtrSetImplBase

123456