Home
last modified time | relevance | path

Searched refs:smart_ptr (Results 126 – 150 of 1050) sorted by relevance

12345678910>>...42

/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpSmartPtr.hpp388 const SmartPtr<U>& smart_ptr
393 const SmartPtr<U>& smart_ptr
398 const SmartPtr<U>& smart_ptr
403 const SmartPtr<U>& smart_ptr
652 const SmartPtr<U>& smart_ptr in GetRawPtr() argument
661 return smart_ptr.ptr_; in GetRawPtr()
666 const SmartPtr<U>& smart_ptr in ConstPtr() argument
670 return GetRawPtr(smart_ptr); in ConstPtr()
675 const SmartPtr<U>& smart_ptr in IsValid() argument
678 return !IsNull(smart_ptr); in IsValid()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dpr17132.cc23 class smart_ptr class
26 smart_ptr (T *obj) : _obj (obj) { } in smart_ptr() function in smart_ptr
27 ~smart_ptr () { delete _obj; } in ~smart_ptr()
37 smart_ptr<T>::operator-> () in operator ->()
58 smart_ptr<A> a (new A); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/
H A DREADME.md5smart_ptr.svg?branch=develop)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:…
6smart_ptr.svg?branch=master)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:/…
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/
H A DREADME.md5smart_ptr.svg?branch=develop)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:…
6smart_ptr.svg?branch=master)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:/…
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/
H A DREADME.md5smart_ptr.svg?branch=develop)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:…
6smart_ptr.svg?branch=master)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:/…
/dports/devel/hyperscan/boost_1_75_0/libs/smart_ptr/
H A DREADME.md5smart_ptr.svg?branch=develop)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:…
6smart_ptr.svg?branch=master)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https:/…
/dports/emulators/citra/citra-ac98458e0/src/audio_core/hle/
H A Dwmf_decoder_utils.h80 AmpImpl(SmartPtr& smart_ptr) : smart_ptr(smart_ptr) {}
82 smart_ptr.reset(raw_ptr);
90 SmartPtr& smart_ptr;
95 auto Amp(SmartPtr& smart_ptr) {
96 return AmpImpl<SmartPtr, decltype(smart_ptr.get())>(smart_ptr);
/dports/emulators/citra-qt5/citra-ac98458e0/src/audio_core/hle/
H A Dwmf_decoder_utils.h80 AmpImpl(SmartPtr& smart_ptr) : smart_ptr(smart_ptr) {}
82 smart_ptr.reset(raw_ptr);
90 SmartPtr& smart_ptr;
95 auto Amp(SmartPtr& smart_ptr) {
96 return AmpImpl<SmartPtr, decltype(smart_ptr.get())>(smart_ptr);
/dports/devel/etl/synfig-1.2.2/ETL/test/
H A Dsmart_ptr.cpp82 typedef etl::smart_ptr<my_test_obj> obj_smart_ptr;
83 typedef etl::smart_ptr<my_other_test_obj> other_obj_smart_ptr;
97 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in smart_ptr_basic_test()
109 map<string,etl::smart_ptr<my_test_obj> > my_map; in smart_ptr_basic_test()
112 etl::smart_ptr<my_test_obj> temp; in smart_ptr_basic_test()
128 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in smart_ptr_basic_test()
250 void test_func(etl::smart_ptr<my_test_obj> smart_ptr __attribute__ ((unused))) in test_func() argument
260 etl::smart_ptr<my_test_obj> obj_smart_ptr2; in loose_smart_ptr_test()
263 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in loose_smart_ptr_test()
/dports/graphics/synfig/synfig-1.2.2/ETL/test/
H A Dsmart_ptr.cpp82 typedef etl::smart_ptr<my_test_obj> obj_smart_ptr;
83 typedef etl::smart_ptr<my_other_test_obj> other_obj_smart_ptr;
97 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in smart_ptr_basic_test()
109 map<string,etl::smart_ptr<my_test_obj> > my_map; in smart_ptr_basic_test()
112 etl::smart_ptr<my_test_obj> temp; in smart_ptr_basic_test()
128 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in smart_ptr_basic_test()
250 void test_func(etl::smart_ptr<my_test_obj> smart_ptr __attribute__ ((unused))) in test_func() argument
260 etl::smart_ptr<my_test_obj> obj_smart_ptr2; in loose_smart_ptr_test()
263 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in loose_smart_ptr_test()
/dports/graphics/synfigstudio/synfig-1.2.2/ETL/test/
H A Dsmart_ptr.cpp82 typedef etl::smart_ptr<my_test_obj> obj_smart_ptr;
83 typedef etl::smart_ptr<my_other_test_obj> other_obj_smart_ptr;
97 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in smart_ptr_basic_test()
109 map<string,etl::smart_ptr<my_test_obj> > my_map; in smart_ptr_basic_test()
112 etl::smart_ptr<my_test_obj> temp; in smart_ptr_basic_test()
128 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in smart_ptr_basic_test()
250 void test_func(etl::smart_ptr<my_test_obj> smart_ptr __attribute__ ((unused))) in test_func() argument
260 etl::smart_ptr<my_test_obj> obj_smart_ptr2; in loose_smart_ptr_test()
263 etl::smart_ptr<my_test_obj> obj_smart_ptr(new my_test_obj(rand())); in loose_smart_ptr_test()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/containers/
H A Dsmart_ptr.hpp187 class smart_ptr : public smart_ptr_base<T, constructor_copy<T> > class
190 smart_ptr(void) {} in smart_ptr() function in stlplus::smart_ptr
191 explicit smart_ptr(const T& data) : smart_ptr_base<T, constructor_copy<T> >(data) {} in smart_ptr() function in stlplus::smart_ptr
192 explicit smart_ptr(T* data) : smart_ptr_base<T, constructor_copy<T> >(data) {} in smart_ptr() function in stlplus::smart_ptr
193 smart_ptr<T>& operator=(const T& data) {this->set_value(data); return *this;} in operator =()
194 smart_ptr<T>& operator=(T* data) {this->set(data); return *this;} in operator =()
195 ~smart_ptr(void) {} in ~smart_ptr()
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/databases/xtrabackup/boost_1_59_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/databases/percona57-server/boost_1_59_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/databases/percona57-client/boost_1_59_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/devel/boost-libs/boost_1_72_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/devel/boost-docs/boost_1_72_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/devel/hyperscan/boost_1_75_0/libs/type_index/patched/
H A Dboost_smart_ptr.patch8 include/boost/smart_ptr/detail/sp_counted_impl.hpp | 2 +-
11 diff --git a/include/boost/smart_ptr/detail/sp_counted_impl.hpp b/include/boost/smart_ptr/detail/sp…
13 --- a/include/boost/smart_ptr/detail/sp_counted_impl.hpp
14 +++ b/include/boost/smart_ptr/detail/sp_counted_impl.hpp
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dnew1.C19 struct smart_ptr struct
21 smart_ptr(D * ptr) : p(ptr) { } in smart_ptr() function
22 ~smart_ptr() { d(p); } in ~smart_ptr() argument
30 smart_ptr p(new D[7]); in test01() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dnew1.C19 struct smart_ptr struct
21 smart_ptr(D * ptr) : p(ptr) { } in smart_ptr() argument
22 ~smart_ptr() { d(p); } in ~smart_ptr() argument
30 smart_ptr p(new D[7]); in test01() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/tree-ssa/
H A Dnew1.C19 struct smart_ptr struct
21 smart_ptr(D * ptr) : p(ptr) { } in smart_ptr() function
22 ~smart_ptr() { d(p); } in ~smart_ptr() argument
30 smart_ptr p(new D[7]); in test01() argument

12345678910>>...42