Home
last modified time | relevance | path

Searched refs:scoped_array (Results 126 – 150 of 1473) sorted by relevance

12345678910>>...59

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/torture/
H A Dpr49938.C25 template <class C> class scoped_array
28 explicit scoped_array(C* p = __null):array_(p) {} in array_()
44 scoped_array<unsigned char> signed_data(new unsigned in CheckSignature()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/torture/
H A Dpr49938.C25 template <class C> class scoped_array
28 explicit scoped_array(C* p = __null):array_(p) {} in array_()
44 scoped_array<unsigned char> signed_data(new unsigned in CheckSignature()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/torture/
H A Dpr49938.C25 template <class C> class scoped_array
28 explicit scoped_array(C* p = __null):array_(p) {} in array_()
44 scoped_array<unsigned char> signed_data(new unsigned in CheckSignature()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr49938.C25 template <class C> class scoped_array
28 explicit scoped_array(C* p = __null):array_(p) {} in array_()
44 scoped_array<unsigned char> signed_data(new unsigned in CheckSignature()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dmessagedigest.cc87 scoped_array<char> output(new char[digest->Size()]); in ComputeDigest()
122 scoped_array<uint8> new_key(new uint8[block_len]); in ComputeHmac()
131 scoped_array<uint8> o_pad(new uint8[block_len]), i_pad(new uint8[block_len]); in ComputeHmac()
137 scoped_array<uint8> inner(new uint8[digest->Size()]); in ComputeHmac()
160 scoped_array<char> output(new char[digest->Size()]); in ComputeHmac()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/linux/microdump_writer/
H A Dmicrodump_writer_unittest.cc68 scoped_array<char>* buf) { in CrashAndGetMicrodump()
194 scoped_array<char> buf; in TEST()
223 scoped_array<char> buf; in TEST()
233 scoped_array<char> buf; in TEST()
247 scoped_array<char> buf; in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer_unittest.cc68 scoped_array<char>* buf) { in CrashAndGetMicrodump()
194 scoped_array<char> buf; in TEST()
223 scoped_array<char> buf; in TEST()
233 scoped_array<char> buf; in TEST()
247 scoped_array<char> buf; in TEST()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dcost_function_to_functor_test.cc61 scoped_array<double> parameters(new double[num_parameters]); in ExpectCostFunctionsAreEqual()
66 scoped_array<double> residuals(new double[num_residuals]); in ExpectCostFunctionsAreEqual()
67 scoped_array<double> jacobians(new double[num_parameters * num_residuals]); in ExpectCostFunctionsAreEqual()
69 scoped_array<double> actual_residuals(new double[num_residuals]); in ExpectCostFunctionsAreEqual()
70 scoped_array<double> actual_jacobians in ExpectCostFunctionsAreEqual()
73 scoped_array<double*> parameter_blocks( in ExpectCostFunctionsAreEqual()
75 scoped_array<double*> jacobian_blocks( in ExpectCostFunctionsAreEqual()
77 scoped_array<double*> actual_jacobian_blocks( in ExpectCostFunctionsAreEqual()
H A Dtriplet_sparse_matrix.h147 scoped_array<int> rows_;
148 scoped_array<int> cols_;
149 scoped_array<double> values_;
/dports/sysutils/libptytty/libptytty-2.0/src/
H A Destl.h74 struct scoped_array struct
78 scoped_array () : p (0) { } in scoped_array() function
81 scoped_array (T *a) : p (a) { } in scoped_array() function
83 ~scoped_array () in ~scoped_array() argument
98 scoped_array (const scoped_array &); argument
99 scoped_array &operator =(const scoped_array &); argument
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Destl.h74 struct scoped_array struct
78 scoped_array () : p (0) { } in scoped_array() function
81 scoped_array (T *a) : p (a) { } in scoped_array() argument
83 ~scoped_array () in ~scoped_array() argument
98 scoped_array (const scoped_array &); argument
99 scoped_array &operator =(const scoped_array &); argument
/dports/devel/R-cran-sourcetools/sourcetools/inst/include/sourcetools/core/
H A Dutil.h40 class scoped_array : noncopyable
43 explicit scoped_array(T* pData) : pData_(pData) {} in scoped_array() function
47 ~scoped_array() { delete[] pData_; } in ~scoped_array()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dnew-delete.cpp551 template <class C> struct scoped_array { struct
552 scoped_array(C* p = __null);
555 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
556 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dnew-delete.cpp551 template <class C> struct scoped_array { struct
552 scoped_array(C* p = __null);
555 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
556 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dnew-delete.cpp551 template <class C> struct scoped_array { struct
552 scoped_array(C* p = __null);
555 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
556 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dnew-delete.cpp551 template <class C> struct scoped_array { struct
552 scoped_array(C* p = __null);
555 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
556 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dnew-delete.cpp551 template <class C> struct scoped_array { struct
552 scoped_array(C* p = __null);
555 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
556 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dnew-delete.cpp540 template <class C> struct scoped_array { struct
541 scoped_array(C* p = __null);
544 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
545 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dnew-delete.cpp540 template <class C> struct scoped_array { struct
541 scoped_array(C* p = __null);
544 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
545 scoped_array< scoped_array<int> > a_;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DSTEPFileEncoding.cpp357 boost::scoped_array<UTF16> src(new UTF16[count]); in StringToUTF8()
366 boost::scoped_array<UTF8> dest(new UTF8[dcount]); in StringToUTF8()
390 boost::scoped_array<UTF32> src(new UTF32[count]); in StringToUTF8()
401 boost::scoped_array<UTF8> dest(new UTF8[dcount]); in StringToUTF8()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/foundation/
H A DDynamicPool.h59 boost::scoped_array<T> storage;
65 void init(boost::scoped_array<T>& data, size_t size) { in init()
103 boost::scoped_array<T> data(new T[chunk_size]); in alloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dnew-delete.cpp552 template <class C> struct scoped_array { struct
553 scoped_array(C* p = __null);
556 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
557 scoped_array< scoped_array<int> > a_;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dnew-delete.cpp560 template <class C> struct scoped_array { struct
561 scoped_array(C* p = __null);
564 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
565 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dnew-delete.cpp552 template <class C> struct scoped_array { struct
553 scoped_array(C* p = __null);
556 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
557 scoped_array< scoped_array<int> > a_;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dnew-delete.cpp560 template <class C> struct scoped_array { struct
561 scoped_array(C* p = __null);
564 Foo() : a_(new scoped_array<int>[5]) { } in Foo()
565 scoped_array< scoped_array<int> > a_;

12345678910>>...59