Searched defs:weak_ptr (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
461 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
464 constexpr weak_ptr() noexcept
469 weak_ptr(const weak_ptr<_Tp1>& __r) noexcept
474 weak_ptr(const shared_ptr<_Tp1>& __r) noexcept
478 weak_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
461 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
464 constexpr weak_ptr() noexcept
469 weak_ptr(const weak_ptr<_Tp1>& __r) noexcept
474 weak_ptr(const shared_ptr<_Tp1>& __r) noexcept
478 weak_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
461 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
464 constexpr weak_ptr() noexcept
469 weak_ptr(const weak_ptr<_Tp1>& __r) noexcept
474 weak_ptr(const shared_ptr<_Tp1>& __r) noexcept
478 weak_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
461 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
464 constexpr weak_ptr() noexcept
469 weak_ptr(const weak_ptr<_Tp1>& __r) noexcept
474 weak_ptr(const shared_ptr<_Tp1>& __r) noexcept
478 weak_ptr
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
323 // This constructor is non-standard, it is used by weak_ptr::lock().
324 shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
327 friend class weak_ptr<_Tp>;
467 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
470 constexpr weak_ptr() noexcept
475 weak_ptr(cons
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
323 // This constructor is non-standard, it is used by weak_ptr::lock().
324 shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
327 friend class weak_ptr<_Tp>;
467 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
470 constexpr weak_ptr() noexcept
475 weak_ptr(cons
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
323 // This constructor is non-standard, it is used by weak_ptr::lock().
324 shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
327 friend class weak_ptr<_Tp>;
467 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
470 constexpr weak_ptr() noexcept
475 weak_ptr(cons
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dshared_ptr.h1 // shared_ptr and weak_ptr implementation -*- C++ -*-
34 // weak_ptr.hpp
242 * @param __r A weak_ptr.
248 explicit shared_ptr(const weak_ptr<_Tp1>& __r)
323 // This constructor is non-standard, it is used by weak_ptr::lock().
324 shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
327 friend class weak_ptr<_Tp>;
467 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
470 constexpr weak_ptr() noexcept
475 weak_ptr(cons
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dshared_ptr.h32 // weak_ptr.hpp
506 class weak_ptr;
932 // 2.2.4.7 weak_ptr specialized algorithms.
1007 shared_ptr(const weak_ptr<_Tp1>& __r)
1070 // The actual weak_ptr, with forwarding constructors and
1073 class weak_ptr class in namespace:tr1
1077 weak_ptr() function in class:tr1::weak_ptr
1081 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1085 weak_ptr(cons function in class:tr1::weak_ptr
[all...]

Completed in 406 milliseconds