HomeSort by relevance Sort by last modified time
    Searched refs:auto_ptr_ref (Results 1 - 19 of 19) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
convert_to_auto_ptr_ref.pass.cpp 14 // template<class Y> operator auto_ptr_ref<Y>() throw();
26 std::auto_ptr_ref<A> apr = ap1;
assign_from_auto_ptr_ref.pass.cpp 14 // auto_ptr& operator=(auto_ptr_ref<X> r) throw()
27 std::auto_ptr_ref<A> apr = ap1;
convert_from_auto_ptr_ref.pass.cpp 14 // auto_ptr(auto_ptr_ref<X> r) throw();
27 std::auto_ptr_ref<A> apr = ap1;
  /external/stlport/stlport/stl/
_auto_ptr.h 32 class auto_ptr_ref { class
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } function in class:auto_ptr_ref
43 typedef auto_ptr_ref<_Tp> _Self;
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW
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()); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 32 class auto_ptr_ref { class
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } function in class:auto_ptr_ref
43 typedef auto_ptr_ref<_Tp> _Self;
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW
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()); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 32 class auto_ptr_ref { class
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } function in class:auto_ptr_ref
43 typedef auto_ptr_ref<_Tp> _Self;
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW
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()); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 32 class auto_ptr_ref { class
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } function in class:auto_ptr_ref
43 typedef auto_ptr_ref<_Tp> _Self;
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW
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()); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 32 class auto_ptr_ref { class
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } function in class:auto_ptr_ref
43 typedef auto_ptr_ref<_Tp> _Self;
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW
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()); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 32 class auto_ptr_ref { class
37 auto_ptr_ref(__ptr_base& __r, _Tp* __p) : _M_r(__r), _M_p(__p) { } function in class:auto_ptr_ref
43 typedef auto_ptr_ref<_Tp> _Self;
109 auto_ptr(auto_ptr_ref<_Tp> __r) _STLP_NOTHROW
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()); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
auto_ptr.h 43 * All the auto_ptr_ref stuff should happen behind the scenes.
46 struct auto_ptr_ref struct
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
250 * These operations convert an %auto_ptr into and from an auto_ptr_ref
258 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
262 operator=(auto_ptr_ref<element_type> __ref) throw()
273 operator auto_ptr_ref<_Tp1>() throw()
274 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 45 * All the auto_ptr_ref stuff should happen behind the scenes.
48 struct auto_ptr_ref struct
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
252 * These operations convert an %auto_ptr into and from an auto_ptr_ref
260 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
264 operator=(auto_ptr_ref<element_type> __ref) throw()
275 operator auto_ptr_ref<_Tp1>() throw()
276 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 45 * All the auto_ptr_ref stuff should happen behind the scenes.
48 struct auto_ptr_ref struct
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
252 * These operations convert an %auto_ptr into and from an auto_ptr_ref
260 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
264 operator=(auto_ptr_ref<element_type> __ref) throw()
275 operator auto_ptr_ref<_Tp1>() throw()
276 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 43 * All the auto_ptr_ref stuff should happen behind the scenes.
46 struct auto_ptr_ref struct
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
250 * These operations convert an %auto_ptr into and from an auto_ptr_ref
258 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
262 operator=(auto_ptr_ref<element_type> __ref) throw()
273 operator auto_ptr_ref<_Tp1>() throw()
274 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 43 * All the auto_ptr_ref stuff should happen behind the scenes.
46 struct auto_ptr_ref struct
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
250 * These operations convert an %auto_ptr into and from an auto_ptr_ref
258 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
262 operator=(auto_ptr_ref<element_type> __ref) throw()
273 operator auto_ptr_ref<_Tp1>() throw()
274 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 43 * All the auto_ptr_ref stuff should happen behind the scenes.
46 struct auto_ptr_ref struct
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
250 * These operations convert an %auto_ptr into and from an auto_ptr_ref
258 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
262 operator=(auto_ptr_ref<element_type> __ref) throw()
273 operator auto_ptr_ref<_Tp1>() throw()
274 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
auto_ptr.h 43 * All the auto_ptr_ref stuff should happen behind the scenes.
46 struct auto_ptr_ref struct
51 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
250 * These operations convert an %auto_ptr into and from an auto_ptr_ref
258 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
262 operator=(auto_ptr_ref<element_type> __ref) throw()
273 operator auto_ptr_ref<_Tp1>() throw()
274 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 45 * All the auto_ptr_ref stuff should happen behind the scenes.
48 struct auto_ptr_ref struct
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
252 * These operations convert an %auto_ptr into and from an auto_ptr_ref
260 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
264 operator=(auto_ptr_ref<element_type> __ref) throw()
275 operator auto_ptr_ref<_Tp1>() throw()
276 { return auto_ptr_ref<_Tp1>(this->release()); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 45 * All the auto_ptr_ref stuff should happen behind the scenes.
48 struct auto_ptr_ref struct
53 auto_ptr_ref(_Tp1* __p): _M_ptr(__p) { } function in struct:auto_ptr_ref
252 * These operations convert an %auto_ptr into and from an auto_ptr_ref
260 auto_ptr(auto_ptr_ref<element_type> __ref) throw()
264 operator=(auto_ptr_ref<element_type> __ref) throw()
275 operator auto_ptr_ref<_Tp1>() throw()
276 { return auto_ptr_ref<_Tp1>(this->release()); }
  /external/clang/test/SemaCXX/
conversion-function.cpp 223 struct auto_ptr_ref { }; struct in struct:PR7055::auto_ptr
226 auto_ptr(auto_ptr_ref);
229 operator auto_ptr_ref();

Completed in 529 milliseconds