Home
last modified time | relevance | path

Searched refs:BPtr (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/slicing/objects/
H A DTestI.h29 virtual ::Test::BPtr oneElementCycle(const ::Ice::Current&);
30 virtual ::Test::BPtr twoElementCycle(const ::Ice::Current&);
32 virtual ::Test::BPtr D1AsB(const ::Ice::Current&);
34 virtual ::Test::BPtr D2AsB(const ::Ice::Current&);
36 virtual void paramTest1(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
37 virtual void paramTest2(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
38 virtual ::Test::BPtr paramTest3(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
39 virtual ::Test::BPtr paramTest4(::Test::BPtr&, const ::Ice::Current&);
41 virtual ::Test::BPtr returnTest1(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
42 virtual ::Test::BPtr returnTest2(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
[all …]
H A DTestI.cpp245 BPtr
259 BPtr
276 BPtr
318 BPtr
340 TestI::paramTest1(BPtr& p1, BPtr& p2, const ::Ice::Current&) in paramTest1()
368 BPtr
406 BPtr
423 BPtr
431 BPtr
440 BPtr
[all …]
H A DAllTests.cpp351 response_paramTest1(const BPtr& b1, const BPtr& b2)
372 response_returnTest1(const BPtr& r, const BPtr& p1, const BPtr&)
380 response_returnTest2(const BPtr& r, const BPtr& p1, const BPtr&)
395 response_paramTest3(const BPtr& ret, const BPtr& p1, const BPtr& p2)
419 response_paramTest4(const BPtr& ret, const BPtr& b)
635 BPtr rb;
1235 BPtr b1;
1367 BPtr b2;
1435 BPtr b1;
1436 BPtr b2;
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/slicing/objects/
H A DTestI.h29 virtual ::Test::BPtr oneElementCycle(const ::Ice::Current&);
30 virtual ::Test::BPtr twoElementCycle(const ::Ice::Current&);
32 virtual ::Test::BPtr D1AsB(const ::Ice::Current&);
34 virtual ::Test::BPtr D2AsB(const ::Ice::Current&);
36 virtual void paramTest1(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
37 virtual void paramTest2(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
38 virtual ::Test::BPtr paramTest3(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
39 virtual ::Test::BPtr paramTest4(::Test::BPtr&, const ::Ice::Current&);
41 virtual ::Test::BPtr returnTest1(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
42 virtual ::Test::BPtr returnTest2(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
[all …]
H A DTestI.cpp245 BPtr
259 BPtr
276 BPtr
318 BPtr
340 TestI::paramTest1(BPtr& p1, BPtr& p2, const ::Ice::Current&) in paramTest1()
368 BPtr
406 BPtr
423 BPtr
431 BPtr
440 BPtr
[all …]
H A DAllTests.cpp351 response_paramTest1(const BPtr& b1, const BPtr& b2) in response_paramTest1()
372 response_returnTest1(const BPtr& r, const BPtr& p1, const BPtr&) in response_returnTest1() argument
380 response_returnTest2(const BPtr& r, const BPtr& p1, const BPtr&) in response_returnTest2() argument
395 response_paramTest3(const BPtr& ret, const BPtr& p1, const BPtr& p2) in response_paramTest3()
419 response_paramTest4(const BPtr& ret, const BPtr& b) in response_paramTest4()
635 BPtr rb;
1235 BPtr b1; in allTests()
1367 BPtr b2; in allTests()
1435 BPtr b1; in allTests()
1436 BPtr b2; in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/slicing/objects/
H A DTestI.h29 virtual ::Test::BPtr oneElementCycle(const ::Ice::Current&);
30 virtual ::Test::BPtr twoElementCycle(const ::Ice::Current&);
32 virtual ::Test::BPtr D1AsB(const ::Ice::Current&);
34 virtual ::Test::BPtr D2AsB(const ::Ice::Current&);
36 virtual void paramTest1(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
37 virtual void paramTest2(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
38 virtual ::Test::BPtr paramTest3(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
39 virtual ::Test::BPtr paramTest4(::Test::BPtr&, const ::Ice::Current&);
41 virtual ::Test::BPtr returnTest1(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
42 virtual ::Test::BPtr returnTest2(::Test::BPtr&, ::Test::BPtr&, const ::Ice::Current&);
[all …]
H A DTestI.cpp245 BPtr
259 BPtr
276 BPtr
318 BPtr
340 TestI::paramTest1(BPtr& p1, BPtr& p2, const ::Ice::Current&) in paramTest1()
368 BPtr
406 BPtr
423 BPtr
431 BPtr
440 BPtr
[all …]
H A DAllTests.cpp351 response_paramTest1(const BPtr& b1, const BPtr& b2) in response_paramTest1()
372 response_returnTest1(const BPtr& r, const BPtr& p1, const BPtr&) in response_returnTest1() argument
380 response_returnTest2(const BPtr& r, const BPtr& p1, const BPtr&) in response_returnTest2() argument
395 response_paramTest3(const BPtr& ret, const BPtr& p1, const BPtr& p2) in response_paramTest3()
419 response_paramTest4(const BPtr& ret, const BPtr& b) in response_paramTest4()
635 BPtr rb;
1235 BPtr b1; in allTests()
1367 BPtr b2; in allTests()
1435 BPtr b1; in allTests()
1436 BPtr b2; in allTests()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dutil.hpp31 template<typename T> class BPtr { class
34 BPtr(BPtr const &) = delete;
36 BPtr &operator=(BPtr const &) = delete;
39 inline BPtr(T *p = nullptr) : ptr(p) {} in BPtr() function in BPtr
40 inline BPtr(BPtr &&other) { *this = std::move(other); } in BPtr() function in BPtr
41 inline ~BPtr() { bfree(ptr); } in ~BPtr()
50 inline BPtr &operator=(BPtr &&other) in operator =()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
H A Dmove_convert.pass.cpp153 typedef std::unique_ptr<VT> BPtr; in test_noexcept() typedef
154 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
158 typedef std::unique_ptr<VT, CDeleter<VT> > BPtr; in test_noexcept() typedef
159 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
163 typedef std::unique_ptr<VT, NCDeleter<const VT>&> BPtr; in test_noexcept() typedef
164 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
168 typedef std::unique_ptr<VT, const NCConstDeleter<const VT>&> BPtr; in test_noexcept() typedef
169 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
H A Dmove_convert.pass.cpp153 typedef std::unique_ptr<VT> BPtr; in test_noexcept() typedef
154 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
158 typedef std::unique_ptr<VT, CDeleter<VT> > BPtr; in test_noexcept() typedef
159 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
163 typedef std::unique_ptr<VT, NCDeleter<const VT>&> BPtr; in test_noexcept() typedef
164 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
168 typedef std::unique_ptr<VT, const NCConstDeleter<const VT>&> BPtr; in test_noexcept() typedef
169 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
H A Dmove_convert.pass.cpp153 typedef std::unique_ptr<VT> BPtr; in test_noexcept() typedef
154 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
158 typedef std::unique_ptr<VT, CDeleter<VT> > BPtr; in test_noexcept() typedef
159 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
163 typedef std::unique_ptr<VT, NCDeleter<const VT>&> BPtr; in test_noexcept() typedef
164 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
168 typedef std::unique_ptr<VT, const NCConstDeleter<const VT>&> BPtr; in test_noexcept() typedef
169 static_assert(std::is_nothrow_constructible<APtr, BPtr>::value, ""); in test_noexcept()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr; in test_noexcept() typedef
145 typedef std::unique_ptr<B, Deleter<B> > BPtr; in test_noexcept() typedef
167 typedef std::unique_ptr<B> BPtr; in main() typedef
169 BPtr b(new B); in main()
176 BPtr b(new B); in main()
188 BPtr b(new B, std::move(del)); in main()
197 BPtr b(new B, std::move(del)); in main()
210 BPtr b(new B, del); in main()
218 BPtr b(new B, del); in main()
231 BPtr b(new B, del); in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp140 typedef std::unique_ptr<B> BPtr;
145 typedef std::unique_ptr<B, Deleter<B> > BPtr;
167 typedef std::unique_ptr<B> BPtr;
169 BPtr b(new B);
176 BPtr b(new B);
188 BPtr b(new B, std::move(del));
197 BPtr b(new B, std::move(del));
210 BPtr b(new B, del);
218 BPtr b(new B, del);
231 BPtr b(new B, del);
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUMatMul.cpp103 core->MNNPackForMatMul_B(BTempPtr, BPtr, h, l, mTransposeB); in onResize()
113 …d::make_pair([ATPtr, e, l, core](int tId, const float* APtr, const float* BPtr, const float* Bias)… in onResize() argument
119 [ATPtr, e, l, core](int tId, const float* APtr, const float* BPtr, const float* Bias) { in onResize() argument
139 … [biasLength, bdest, core](int tId, const float* APtr, const float* BPtr, const float* borigin) { in onResize() argument
167 int tId, const float* APtr, const float* BPtr, const float* biasPtr, float* CPtr) { in onResize() argument
172 int tId, const float* APtr, const float* BPtr, const float* biasPtr, float* CPtr) { in onResize() argument
185 auto BPtr = inputs[1]->host<float>(); in onExecute() local
192 execute(APtr, BPtr, CPtr, biasPtr); in onExecute()
196 void CPUMatMul::execute(const float* APtr, const float* BPtr, float* CPtr, const float* biasPtr) { in execute() argument
199 f.first(tId, APtr, BPtr, biasPtr); in execute()
[all …]

12345678