Searched refs:__r (Results 1 - 25 of 594) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
H A Dshared_ptr.h141 __shared_count(std::auto_ptr<_Tp>& __r) argument
143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
144 { __r.release(); }
146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
148 __shared_count(const __weak_count<_Lp>& __r);
156 __shared_count(const __shared_count& __r) argument
157 : _M_pi(__r._M_pi) // nothrow
164 operator=(const __shared_count& __r) // nothrow argument
166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
179 _M_swap(__shared_count& __r) // nothro argument
221 __weak_count(const __shared_count<_Lp>& __r) argument
228 __weak_count(const __weak_count<_Lp>& __r) argument
242 operator =(const __shared_count<_Lp>& __r) argument
254 operator =(const __weak_count<_Lp>& __r) argument
266 _M_swap(__weak_count<_Lp>& __r) argument
295 __shared_count(const __weak_count<_Lp>& __r) argument
415 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
428 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
443 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
456 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
462 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
468 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
478 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
488 operator =(std::auto_ptr<_Tp1>& __r) argument
605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
615 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
625 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
672 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
680 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
686 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
695 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
849 shared_ptr(const shared_ptr<_Tp1>& __r) argument
854 shared_ptr(const weak_ptr<_Tp1>& __r) argument
860 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
878 operator =(const shared_ptr<_Tp1>& __r) argument
887 operator =(std::auto_ptr<_Tp1>& __r) argument
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
908 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
913 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
929 weak_ptr(const weak_ptr<_Tp1>& __r) argument
933 weak_ptr(const shared_ptr<_Tp1>& __r) argument
938 operator =(const weak_ptr<_Tp1>& __r) argument
946 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
H A Dshared_ptr.h141 __shared_count(std::auto_ptr<_Tp>& __r) argument
143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
144 { __r.release(); }
146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
148 __shared_count(const __weak_count<_Lp>& __r);
156 __shared_count(const __shared_count& __r) argument
157 : _M_pi(__r._M_pi) // nothrow
164 operator=(const __shared_count& __r) // nothrow argument
166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
179 _M_swap(__shared_count& __r) // nothro argument
221 __weak_count(const __shared_count<_Lp>& __r) argument
228 __weak_count(const __weak_count<_Lp>& __r) argument
242 operator =(const __shared_count<_Lp>& __r) argument
254 operator =(const __weak_count<_Lp>& __r) argument
266 _M_swap(__weak_count<_Lp>& __r) argument
295 __shared_count(const __weak_count<_Lp>& __r) argument
415 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
428 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
443 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
456 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
462 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
468 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
478 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
488 operator =(std::auto_ptr<_Tp1>& __r) argument
605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
615 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
625 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
672 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
680 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
686 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
695 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
849 shared_ptr(const shared_ptr<_Tp1>& __r) argument
854 shared_ptr(const weak_ptr<_Tp1>& __r) argument
860 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
878 operator =(const shared_ptr<_Tp1>& __r) argument
887 operator =(std::auto_ptr<_Tp1>& __r) argument
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
908 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
913 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
929 weak_ptr(const weak_ptr<_Tp1>& __r) argument
933 weak_ptr(const shared_ptr<_Tp1>& __r) argument
938 operator =(const weak_ptr<_Tp1>& __r) argument
946 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
H A Dshared_ptr.h141 __shared_count(std::auto_ptr<_Tp>& __r) argument
143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
144 { __r.release(); }
146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
148 __shared_count(const __weak_count<_Lp>& __r);
156 __shared_count(const __shared_count& __r) argument
157 : _M_pi(__r._M_pi) // nothrow
164 operator=(const __shared_count& __r) // nothrow argument
166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
179 _M_swap(__shared_count& __r) // nothro argument
221 __weak_count(const __shared_count<_Lp>& __r) argument
228 __weak_count(const __weak_count<_Lp>& __r) argument
242 operator =(const __shared_count<_Lp>& __r) argument
254 operator =(const __weak_count<_Lp>& __r) argument
266 _M_swap(__weak_count<_Lp>& __r) argument
295 __shared_count(const __weak_count<_Lp>& __r) argument
415 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
428 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
443 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
456 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
462 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
468 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
478 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
488 operator =(std::auto_ptr<_Tp1>& __r) argument
605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
615 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
625 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
672 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
680 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
686 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
695 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
849 shared_ptr(const shared_ptr<_Tp1>& __r) argument
854 shared_ptr(const weak_ptr<_Tp1>& __r) argument
860 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
878 operator =(const shared_ptr<_Tp1>& __r) argument
887 operator =(std::auto_ptr<_Tp1>& __r) argument
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
908 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
913 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
929 weak_ptr(const weak_ptr<_Tp1>& __r) argument
933 weak_ptr(const shared_ptr<_Tp1>& __r) argument
938 operator =(const weak_ptr<_Tp1>& __r) argument
946 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
H A Dshared_ptr.h141 __shared_count(std::auto_ptr<_Tp>& __r) argument
143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
144 { __r.release(); }
146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
148 __shared_count(const __weak_count<_Lp>& __r);
156 __shared_count(const __shared_count& __r) argument
157 : _M_pi(__r._M_pi) // nothrow
164 operator=(const __shared_count& __r) // nothrow argument
166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
179 _M_swap(__shared_count& __r) // nothro argument
221 __weak_count(const __shared_count<_Lp>& __r) argument
228 __weak_count(const __weak_count<_Lp>& __r) argument
242 operator =(const __shared_count<_Lp>& __r) argument
254 operator =(const __weak_count<_Lp>& __r) argument
266 _M_swap(__weak_count<_Lp>& __r) argument
295 __shared_count(const __weak_count<_Lp>& __r) argument
415 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
428 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
443 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
456 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
462 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
468 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
478 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
488 operator =(std::auto_ptr<_Tp1>& __r) argument
605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
615 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
625 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
672 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
680 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
686 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
695 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
849 shared_ptr(const shared_ptr<_Tp1>& __r) argument
854 shared_ptr(const weak_ptr<_Tp1>& __r) argument
860 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
878 operator =(const shared_ptr<_Tp1>& __r) argument
887 operator =(std::auto_ptr<_Tp1>& __r) argument
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
908 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
913 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
929 weak_ptr(const weak_ptr<_Tp1>& __r) argument
933 weak_ptr(const shared_ptr<_Tp1>& __r) argument
938 operator =(const weak_ptr<_Tp1>& __r) argument
946 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
H A Dshared_ptr.h141 __shared_count(std::auto_ptr<_Tp>& __r) argument
143 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
144 { __r.release(); }
146 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
148 __shared_count(const __weak_count<_Lp>& __r);
156 __shared_count(const __shared_count& __r) argument
157 : _M_pi(__r._M_pi) // nothrow
164 operator=(const __shared_count& __r) // nothrow argument
166 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
179 _M_swap(__shared_count& __r) // nothro argument
221 __weak_count(const __shared_count<_Lp>& __r) argument
228 __weak_count(const __weak_count<_Lp>& __r) argument
242 operator =(const __shared_count<_Lp>& __r) argument
254 operator =(const __weak_count<_Lp>& __r) argument
266 _M_swap(__weak_count<_Lp>& __r) argument
295 __shared_count(const __weak_count<_Lp>& __r) argument
415 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
428 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
443 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
456 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
462 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
468 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
478 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
488 operator =(std::auto_ptr<_Tp1>& __r) argument
605 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
615 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
625 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
672 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
680 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
686 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
695 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
849 shared_ptr(const shared_ptr<_Tp1>& __r) argument
854 shared_ptr(const weak_ptr<_Tp1>& __r) argument
860 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
865 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
869 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
873 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
878 operator =(const shared_ptr<_Tp1>& __r) argument
887 operator =(std::auto_ptr<_Tp1>& __r) argument
903 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
908 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
913 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
929 weak_ptr(const weak_ptr<_Tp1>& __r) argument
933 weak_ptr(const shared_ptr<_Tp1>& __r) argument
938 operator =(const weak_ptr<_Tp1>& __r) argument
946 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
H A Dshared_ptr.h329 __shared_count(std::auto_ptr<_Tp>& __r) argument
331 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
332 { __r.release(); }
334 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
336 __shared_count(const __weak_count<_Lp>& __r);
344 __shared_count(const __shared_count& __r) argument
345 : _M_pi(__r._M_pi) // nothrow
352 operator=(const __shared_count& __r) // nothrow argument
354 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
367 _M_swap(__shared_count& __r) // nothro argument
409 __weak_count(const __shared_count<_Lp>& __r) argument
416 __weak_count(const __weak_count<_Lp>& __r) argument
430 operator =(const __shared_count<_Lp>& __r) argument
442 operator =(const __weak_count<_Lp>& __r) argument
454 _M_swap(__weak_count<_Lp>& __r) argument
483 __shared_count(const __weak_count<_Lp>& __r) argument
572 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
578 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
591 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
604 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
610 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
616 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
626 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
636 operator =(std::auto_ptr<_Tp1>& __r) argument
753 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
763 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
826 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
834 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
840 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
849 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1002 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1007 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1013 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1018 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1022 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1026 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1031 operator =(const shared_ptr<_Tp1>& __r) argument
1040 operator =(std::auto_ptr<_Tp1>& __r) argument
1056 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1061 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1081 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1085 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1090 operator =(const weak_ptr<_Tp1>& __r) argument
1098 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
H A Dshared_ptr.h329 __shared_count(std::auto_ptr<_Tp>& __r) argument
331 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
332 { __r.release(); }
334 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
336 __shared_count(const __weak_count<_Lp>& __r);
344 __shared_count(const __shared_count& __r) argument
345 : _M_pi(__r._M_pi) // nothrow
352 operator=(const __shared_count& __r) // nothrow argument
354 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
367 _M_swap(__shared_count& __r) // nothro argument
409 __weak_count(const __shared_count<_Lp>& __r) argument
416 __weak_count(const __weak_count<_Lp>& __r) argument
430 operator =(const __shared_count<_Lp>& __r) argument
442 operator =(const __weak_count<_Lp>& __r) argument
454 _M_swap(__weak_count<_Lp>& __r) argument
483 __shared_count(const __weak_count<_Lp>& __r) argument
572 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
578 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
591 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
604 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
610 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
616 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
626 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
636 operator =(std::auto_ptr<_Tp1>& __r) argument
753 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
763 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
773 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
826 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
834 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
840 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
849 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1002 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1007 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1013 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1018 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1022 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1026 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1031 operator =(const shared_ptr<_Tp1>& __r) argument
1040 operator =(std::auto_ptr<_Tp1>& __r) argument
1056 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1061 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1066 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1081 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1085 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1090 operator =(const weak_ptr<_Tp1>& __r) argument
1098 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/tr1/
H A Dshared_ptr.h336 __shared_count(std::auto_ptr<_Tp>& __r) argument
338 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>()))
339 { __r.release(); }
341 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
343 __shared_count(const __weak_count<_Lp>& __r);
351 __shared_count(const __shared_count& __r) argument
352 : _M_pi(__r._M_pi) // nothrow
359 operator=(const __shared_count& __r) // nothrow argument
361 _Sp_counted_base<_Lp>* __tmp = __r._M_pi;
374 _M_swap(__shared_count& __r) // nothro argument
416 __weak_count(const __shared_count<_Lp>& __r) argument
423 __weak_count(const __weak_count<_Lp>& __r) argument
437 operator =(const __shared_count<_Lp>& __r) argument
449 operator =(const __weak_count<_Lp>& __r) argument
461 _M_swap(__weak_count<_Lp>& __r) argument
490 __shared_count(const __weak_count<_Lp>& __r) argument
579 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
585 __shared_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
598 __shared_ptr(std::auto_ptr<_Tp1>& __r) argument
611 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __static_cast_tag) argument
617 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __const_cast_tag) argument
623 __shared_ptr(const __shared_ptr<_Tp1, _Lp>& __r, __dynamic_cast_tag) argument
633 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
643 operator =(std::auto_ptr<_Tp1>& __r) argument
760 static_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
770 const_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
780 dynamic_pointer_cast(const __shared_ptr<_Tp1, _Lp>& __r) argument
833 __weak_ptr(const __weak_ptr<_Tp1, _Lp>& __r) argument
841 __weak_ptr(const __shared_ptr<_Tp1, _Lp>& __r) argument
847 operator =(const __weak_ptr<_Tp1, _Lp>& __r) argument
856 operator =(const __shared_ptr<_Tp1, _Lp>& __r) argument
1009 shared_ptr(const shared_ptr<_Tp1>& __r) argument
1014 shared_ptr(const weak_ptr<_Tp1>& __r) argument
1020 shared_ptr(std::auto_ptr<_Tp1>& __r) argument
1025 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) argument
1029 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) argument
1033 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) argument
1038 operator =(const shared_ptr<_Tp1>& __r) argument
1047 operator =(std::auto_ptr<_Tp1>& __r) argument
1063 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1068 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1073 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
1088 weak_ptr(const weak_ptr<_Tp1>& __r) argument
1092 weak_ptr(const shared_ptr<_Tp1>& __r) argument
1097 operator =(const weak_ptr<_Tp1>& __r) argument
1105 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dshared_ptr.h191 * and shares ownership with @a __r.
192 * @param __r A %shared_ptr.
193 * @param __p A pointer that will remain valid while @a *__r is valid.
194 * @post get() == __p && use_count() == __r.use_count()
206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) argument
207 : __shared_ptr<_Tp>(__r, __p) { }
210 * @brief If @a __r is empty, constructs an empty %shared_ptr;
212 * with @a __r.
213 * @param __r A %shared_ptr.
214 * @post get() == __r
218 shared_ptr(const shared_ptr<_Tp1>& __r) argument
226 shared_ptr(shared_ptr&& __r) argument
236 shared_ptr(shared_ptr<_Tp1>&& __r) argument
248 shared_ptr(const weak_ptr<_Tp1>& __r) argument
253 shared_ptr(std::auto_ptr<_Tp1>&& __r) argument
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) argument
273 operator =(const shared_ptr<_Tp1>& __r) argument
282 operator =(std::auto_ptr<_Tp1>&& __r) argument
290 operator =(shared_ptr&& __r) argument
298 operator =(shared_ptr<_Tp1>&& __r) argument
306 operator =(std::unique_ptr<_Tp1, _Del>&& __r) argument
374 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
379 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
384 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
406 weak_ptr(const weak_ptr<_Tp1>& __r) argument
411 weak_ptr(const shared_ptr<_Tp1>& __r) argument
416 operator =(const weak_ptr<_Tp1>& __r) argument
424 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dshared_ptr.h191 * and shares ownership with @a __r.
192 * @param __r A %shared_ptr.
193 * @param __p A pointer that will remain valid while @a *__r is valid.
194 * @post get() == __p && use_count() == __r.use_count()
206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) argument
207 : __shared_ptr<_Tp>(__r, __p) { }
210 * @brief If @a __r is empty, constructs an empty %shared_ptr;
212 * with @a __r.
213 * @param __r A %shared_ptr.
214 * @post get() == __r
218 shared_ptr(const shared_ptr<_Tp1>& __r) argument
226 shared_ptr(shared_ptr&& __r) argument
236 shared_ptr(shared_ptr<_Tp1>&& __r) argument
248 shared_ptr(const weak_ptr<_Tp1>& __r) argument
253 shared_ptr(std::auto_ptr<_Tp1>&& __r) argument
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) argument
273 operator =(const shared_ptr<_Tp1>& __r) argument
282 operator =(std::auto_ptr<_Tp1>&& __r) argument
290 operator =(shared_ptr&& __r) argument
298 operator =(shared_ptr<_Tp1>&& __r) argument
306 operator =(std::unique_ptr<_Tp1, _Del>&& __r) argument
374 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
379 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
384 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
406 weak_ptr(const weak_ptr<_Tp1>& __r) argument
411 weak_ptr(const shared_ptr<_Tp1>& __r) argument
416 operator =(const weak_ptr<_Tp1>& __r) argument
424 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dshared_ptr.h191 * and shares ownership with @a __r.
192 * @param __r A %shared_ptr.
193 * @param __p A pointer that will remain valid while @a *__r is valid.
194 * @post get() == __p && use_count() == __r.use_count()
206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) argument
207 : __shared_ptr<_Tp>(__r, __p) { }
210 * @brief If @a __r is empty, constructs an empty %shared_ptr;
212 * with @a __r.
213 * @param __r A %shared_ptr.
214 * @post get() == __r
218 shared_ptr(const shared_ptr<_Tp1>& __r) argument
226 shared_ptr(shared_ptr&& __r) argument
236 shared_ptr(shared_ptr<_Tp1>&& __r) argument
248 shared_ptr(const weak_ptr<_Tp1>& __r) argument
253 shared_ptr(std::auto_ptr<_Tp1>&& __r) argument
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) argument
273 operator =(const shared_ptr<_Tp1>& __r) argument
282 operator =(std::auto_ptr<_Tp1>&& __r) argument
290 operator =(shared_ptr&& __r) argument
298 operator =(shared_ptr<_Tp1>&& __r) argument
306 operator =(std::unique_ptr<_Tp1, _Del>&& __r) argument
374 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
379 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
384 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
406 weak_ptr(const weak_ptr<_Tp1>& __r) argument
411 weak_ptr(const shared_ptr<_Tp1>& __r) argument
416 operator =(const weak_ptr<_Tp1>& __r) argument
424 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dshared_ptr.h191 * and shares ownership with @a __r.
192 * @param __r A %shared_ptr.
193 * @param __p A pointer that will remain valid while @a *__r is valid.
194 * @post get() == __p && use_count() == __r.use_count()
206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) argument
207 : __shared_ptr<_Tp>(__r, __p) { }
210 * @brief If @a __r is empty, constructs an empty %shared_ptr;
212 * with @a __r.
213 * @param __r A %shared_ptr.
214 * @post get() == __r
218 shared_ptr(const shared_ptr<_Tp1>& __r) argument
226 shared_ptr(shared_ptr&& __r) argument
236 shared_ptr(shared_ptr<_Tp1>&& __r) argument
248 shared_ptr(const weak_ptr<_Tp1>& __r) argument
253 shared_ptr(std::auto_ptr<_Tp1>&& __r) argument
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) argument
273 operator =(const shared_ptr<_Tp1>& __r) argument
282 operator =(std::auto_ptr<_Tp1>&& __r) argument
290 operator =(shared_ptr&& __r) argument
298 operator =(shared_ptr<_Tp1>&& __r) argument
306 operator =(std::unique_ptr<_Tp1, _Del>&& __r) argument
374 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
379 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
384 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
406 weak_ptr(const weak_ptr<_Tp1>& __r) argument
411 weak_ptr(const shared_ptr<_Tp1>& __r) argument
416 operator =(const weak_ptr<_Tp1>& __r) argument
424 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dshared_ptr.h191 * and shares ownership with @a __r.
192 * @param __r A %shared_ptr.
193 * @param __p A pointer that will remain valid while @a *__r is valid.
194 * @post get() == __p && use_count() == __r.use_count()
206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) argument
207 : __shared_ptr<_Tp>(__r, __p) { }
210 * @brief If @a __r is empty, constructs an empty %shared_ptr;
212 * with @a __r.
213 * @param __r A %shared_ptr.
214 * @post get() == __r
218 shared_ptr(const shared_ptr<_Tp1>& __r) argument
226 shared_ptr(shared_ptr&& __r) argument
236 shared_ptr(shared_ptr<_Tp1>&& __r) argument
248 shared_ptr(const weak_ptr<_Tp1>& __r) argument
253 shared_ptr(std::auto_ptr<_Tp1>&& __r) argument
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) argument
273 operator =(const shared_ptr<_Tp1>& __r) argument
282 operator =(std::auto_ptr<_Tp1>&& __r) argument
290 operator =(shared_ptr&& __r) argument
298 operator =(shared_ptr<_Tp1>&& __r) argument
306 operator =(std::unique_ptr<_Tp1, _Del>&& __r) argument
374 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
379 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
384 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
406 weak_ptr(const weak_ptr<_Tp1>& __r) argument
411 weak_ptr(const shared_ptr<_Tp1>& __r) argument
416 operator =(const weak_ptr<_Tp1>& __r) argument
424 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dshared_ptr.h191 * and shares ownership with @a __r.
192 * @param __r A %shared_ptr.
193 * @param __p A pointer that will remain valid while @a *__r is valid.
194 * @post get() == __p && use_count() == __r.use_count()
206 shared_ptr(const shared_ptr<_Tp1>& __r, _Tp* __p) argument
207 : __shared_ptr<_Tp>(__r, __p) { }
210 * @brief If @a __r is empty, constructs an empty %shared_ptr;
212 * with @a __r.
213 * @param __r A %shared_ptr.
214 * @post get() == __r
218 shared_ptr(const shared_ptr<_Tp1>& __r) argument
226 shared_ptr(shared_ptr&& __r) argument
236 shared_ptr(shared_ptr<_Tp1>&& __r) argument
248 shared_ptr(const weak_ptr<_Tp1>& __r) argument
253 shared_ptr(std::auto_ptr<_Tp1>&& __r) argument
258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r) argument
273 operator =(const shared_ptr<_Tp1>& __r) argument
282 operator =(std::auto_ptr<_Tp1>&& __r) argument
290 operator =(shared_ptr&& __r) argument
298 operator =(shared_ptr<_Tp1>&& __r) argument
306 operator =(std::unique_ptr<_Tp1, _Del>&& __r) argument
374 static_pointer_cast(const shared_ptr<_Tp1>& __r) argument
379 const_pointer_cast(const shared_ptr<_Tp1>& __r) argument
384 dynamic_pointer_cast(const shared_ptr<_Tp1>& __r) argument
406 weak_ptr(const weak_ptr<_Tp1>& __r) argument
411 weak_ptr(const shared_ptr<_Tp1>& __r) argument
416 operator =(const weak_ptr<_Tp1>& __r) argument
424 operator =(const shared_ptr<_Tp1>& __r) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_rope.c59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) argument
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); }
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): argument
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
66 _M_root_rope(&__r) {
68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this);
71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x);
378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) {
379 size_t __old_len = __r
377 _S_leaf_concat_char_iter( _RopeLeaf* __r, const _CharT* __iter, size_t __len) argument
395 _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r, size_t __size, const __true_type& ) argument
402 _Terminate_RopeLeaf(_Rope_RopeLeaf<_CharT,_Alloc> *__r, size_t, const __false_type& ) argument
413 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len) argument
474 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen) argument
517 _S_destr_concat_char_iter( _RopeRep* __r, const _CharT* __s, size_t __slen) argument
785 _S_apply_to_pieces(_CharConsumer& __c, _Rope_RopeRep<_CharT, _Alloc> * __r, size_t __begin, size_t __end) argument
851 _S_io_get(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r, const __true_type& ) argument
873 _S_io_get(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r, const __false_type& ) argument
889 operator(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r) argument
897 _S_flatten(_RopeRep* __r, size_t __start, size_t __len, _CharT* __buffer) argument
918 _S_flatten(_Rope_RopeRep<_CharT, _Alloc>* __r, _CharT* __buffer) argument
953 _S_dump(_RopeRep* __r, int __indent) argument
1026 _S_balance(_RopeRep* __r) argument
1061 _S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) argument
1079 _S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest) argument
1123 _S_fetch(_RopeRep* __r, size_type __i) argument
1170 _S_fetch_ptr(_RopeRep* __r, size_type __i) argument
1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local
1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local
[all...]

Completed in 698 milliseconds

1234567891011>>