Home
last modified time | relevance | path

Searched refs:auto_ptr_ref (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/stlport/stl/
H A D_auto_ptr.h32 class auto_ptr_ref {
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } in auto_ptr_ref() function
43 typedef auto_ptr_ref<_Tp> _Self;
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW in auto_ptr()
112 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW {
118 template<class _Tp1> operator auto_ptr_ref<_Tp1>() _STLP_NOTHROW
119 { return auto_ptr_ref<_Tp1>(*this, this->get()); }
123 operator auto_ptr_ref<_Tp>() _STLP_NOTHROW
124 { return auto_ptr_ref<_Tp>(*this, this->get()); }
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/stlport/stl/
H A D_auto_ptr.h32 class auto_ptr_ref {
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } in auto_ptr_ref() function
43 typedef auto_ptr_ref<_Tp> _Self;
105 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW in auto_ptr()
108 _Self& operator=(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW {
114 template<class _Tp1> operator auto_ptr_ref<_Tp1>() _STLP_NOTHROW
115 { return auto_ptr_ref<_Tp1>(*this, this->get()); }
119 operator auto_ptr_ref<_Tp>() _STLP_NOTHROW
120 { return auto_ptr_ref<_Tp>(*this, this->get()); }
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/mySTL/
H A Dmemory.hpp40 struct auto_ptr_ref { struct
42 explicit auto_ptr_ref(T* p) : ptr_(p) {} in auto_ptr_ref() function
110 auto_ptr(auto_ptr_ref<T> ref) : ptr_(ref.ptr_) {} in auto_ptr()
112 auto_ptr& operator=(auto_ptr_ref<T> ref) in operator =()
128 operator auto_ptr_ref<T2>() in operator auto_ptr_ref<T2>()
130 return auto_ptr_ref<T2>(this->release()); in operator auto_ptr_ref<T2>()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/mySTL/
H A Dmemory.hpp40 struct auto_ptr_ref { struct
42 explicit auto_ptr_ref(T* p) : ptr_(p) {} in auto_ptr_ref() function
110 auto_ptr(auto_ptr_ref<T> ref) : ptr_(ref.ptr_) {} in auto_ptr()
112 auto_ptr& operator=(auto_ptr_ref<T> ref) in operator =()
128 operator auto_ptr_ref<T2>() in operator auto_ptr_ref<T2>()
130 return auto_ptr_ref<T2>(this->release()); in operator auto_ptr_ref<T2>()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/mySTL/
H A Dmemory.hpp40 struct auto_ptr_ref { struct
42 explicit auto_ptr_ref(T* p) : ptr_(p) {} in auto_ptr_ref() argument
110 auto_ptr(auto_ptr_ref<T> ref) : ptr_(ref.ptr_) {} in auto_ptr()
112 auto_ptr& operator=(auto_ptr_ref<T> ref) in operator =()
128 operator auto_ptr_ref<T2>() in operator auto_ptr_ref<T2>()
130 return auto_ptr_ref<T2>(this->release()); in operator auto_ptr_ref<T2>()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/
H A Dmemory.h8 template <class Y> struct auto_ptr_ref { struct
22 auto_ptr &operator=(auto_ptr_ref<X> r) throw() { return *this; } in throw() argument
24 auto_ptr(auto_ptr_ref<X> r) throw() : x_(r.y_) {} in throw()
25 template <class Y> operator auto_ptr_ref<Y>() throw() { in throw()
26 auto_ptr_ref<Y> r; in throw()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DCxxCompat.hpp57 typedef ::std::auto_ptr_ref<T> auto_ptr_ref;
68 owned_ptr(auto_ptr_ref r) throw()
78 owned_ptr& operator=(auto_ptr_ref r) throw()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/native/
H A DCxxCompat.hpp57 typedef ::std::auto_ptr_ref<T> auto_ptr_ref;
68 owned_ptr(auto_ptr_ref r) throw()
78 owned_ptr& operator=(auto_ptr_ref r) throw()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DCxxCompat.hpp57 typedef ::std::auto_ptr_ref<T> auto_ptr_ref;
68 owned_ptr(auto_ptr_ref r) throw()
78 owned_ptr& operator=(auto_ptr_ref r) throw()
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/native/
H A DCxxCompat.hpp57 typedef ::std::auto_ptr_ref<T> auto_ptr_ref;
68 owned_ptr(auto_ptr_ref r) throw()
78 owned_ptr& operator=(auto_ptr_ref r) throw()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/std/
H A Dstd_memory.h132 struct auto_ptr_ref struct
137 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } in auto_ptr_ref() function
348 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in throw()
352 operator=(auto_ptr_ref<element_type> __ref) throw() in throw()
363 operator auto_ptr_ref<_Tp1>() throw() in throw()
364 { return auto_ptr_ref<_Tp1>(this->release()); } in throw()

12345678910