HomeSort by relevance Sort by last modified time
    Searched refs:weak_ptr (Results 26 - 49 of 49) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 1 // 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)
398 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
401 constexpr weak_ptr() function in class:weak_ptr
406 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:weak_ptr
411 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:weak_ptr
415 weak_ptr
    [all...]
shared_ptr_base.h 1 // shared_ptr and weak_ptr implementation details -*- C++ -*-
34 // weak_ptr.hpp
267 class weak_ptr;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 1 // 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)
398 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
401 constexpr weak_ptr() function in class:weak_ptr
406 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:weak_ptr
411 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:weak_ptr
415 weak_ptr
    [all...]
shared_ptr_base.h 1 // shared_ptr and weak_ptr implementation details -*- C++ -*-
34 // weak_ptr.hpp
267 class weak_ptr;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 1 // 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)
462 class weak_ptr : public __weak_ptr<_Tp> class in inherits:__weak_ptr
465 constexpr weak_ptr() noexcept
470 weak_ptr(const weak_ptr<_Tp1>& __r) noexcept
475 weak_ptr(const shared_ptr<_Tp1>& __r) noexcept
479 weak_ptr
    [all...]
shared_ptr_base.h 1 // shared_ptr and weak_ptr implementation details -*- C++ -*-
35 // weak_ptr.hpp
267 class weak_ptr;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
shared_ptr_Y.pass.cpp 12 // weak_ptr
14 // template<class Y> weak_ptr& operator=(const shared_ptr<Y>& r);
48 std::weak_ptr<B> pB;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 188 template<typename T> struct weak_ptr { struct
189 constexpr weak_ptr() : p(0) {} function in struct:weak_ptr
193 weak_ptr<T> weak_this;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 1 // shared_ptr and weak_ptr implementation -*- C++ -*-
32 // weak_ptr.hpp
520 class weak_ptr;
680 * @param __r A weak_ptr.
1412 class weak_ptr class in inherits:__weak_ptr
1416 weak_ptr() function in class:weak_ptr
1420 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:weak_ptr
1424 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:weak_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 1 // shared_ptr and weak_ptr implementation -*- C++ -*-
32 // weak_ptr.hpp
520 class weak_ptr;
680 * @param __r A weak_ptr.
1412 class weak_ptr class in inherits:__weak_ptr
1416 weak_ptr() function in class:weak_ptr
1420 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:weak_ptr
1424 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:weak_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 1 // shared_ptr and weak_ptr implementation -*- C++ -*-
32 // weak_ptr.hpp
520 class weak_ptr;
680 * @param __r A weak_ptr.
1412 class weak_ptr class in inherits:__weak_ptr
1416 weak_ptr() function in class:weak_ptr
1420 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:weak_ptr
1424 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:weak_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 1 // shared_ptr and weak_ptr implementation -*- C++ -*-
32 // weak_ptr.hpp
520 class weak_ptr;
680 * @param __r A weak_ptr.
1412 class weak_ptr class in inherits:__weak_ptr
1416 weak_ptr() function in class:weak_ptr
1420 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:weak_ptr
1424 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 1 // shared_ptr and weak_ptr implementation -*- C++ -*-
32 // weak_ptr.hpp
520 class weak_ptr;
680 * @param __r A weak_ptr.
1392 class weak_ptr class in inherits:__weak_ptr
1396 weak_ptr() function in class:weak_ptr
1400 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:weak_ptr
1404 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 32 // weak_ptr.hpp
318 class weak_ptr;
421 * @param __r A weak_ptr.
778 // 2.2.4.7 weak_ptr specialized algorithms.
854 shared_ptr(const weak_ptr<_Tp1>& __r)
917 /// weak_ptr
918 // The actual weak_ptr, with forwarding constructors and
921 class weak_ptr class in namespace:std::tr1
925 weak_ptr() function in class:std::tr1::weak_ptr
929 weak_ptr(const weak_ptr<_Tp1>& __r function in class:std::tr1::weak_ptr
933 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 32 // weak_ptr.hpp
513 class weak_ptr;
939 // 2.2.4.7 weak_ptr specialized algorithms.
1014 shared_ptr(const weak_ptr<_Tp1>& __r)
1077 // The actual weak_ptr, with forwarding constructors and
1080 class weak_ptr class in namespace:tr1
1084 weak_ptr() function in class:tr1::weak_ptr
1088 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1092 weak_ptr(const shared_ptr<_Tp1>& __r function in class:tr1::weak_ptr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 32 // weak_ptr.hpp
513 class weak_ptr;
939 // 2.2.4.7 weak_ptr specialized algorithms.
1014 shared_ptr(const weak_ptr<_Tp1>& __r)
1077 // The actual weak_ptr, with forwarding constructors and
1080 class weak_ptr class in namespace:tr1
1084 weak_ptr() function in class:tr1::weak_ptr
1088 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1092 weak_ptr(const shared_ptr<_Tp1>& __r function in class:tr1::weak_ptr
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 32 // weak_ptr.hpp
318 class weak_ptr;
421 * @param __r A weak_ptr.
778 // 2.2.4.7 weak_ptr specialized algorithms.
854 shared_ptr(const weak_ptr<_Tp1>& __r)
917 /// weak_ptr
918 // The actual weak_ptr, with forwarding constructors and
921 class weak_ptr class in namespace:std::tr1
925 weak_ptr() function in class:std::tr1::weak_ptr
929 weak_ptr(const weak_ptr<_Tp1>& __r function in class:std::tr1::weak_ptr
933 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::weak_ptr
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 32 // weak_ptr.hpp
318 class weak_ptr;
421 * @param __r A weak_ptr.
778 // 2.2.4.7 weak_ptr specialized algorithms.
854 shared_ptr(const weak_ptr<_Tp1>& __r)
917 /// weak_ptr
918 // The actual weak_ptr, with forwarding constructors and
921 class weak_ptr class in namespace:std::tr1
925 weak_ptr() function in class:std::tr1::weak_ptr
929 weak_ptr(const weak_ptr<_Tp1>& __r function in class:std::tr1::weak_ptr
933 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::weak_ptr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 32 // weak_ptr.hpp
318 class weak_ptr;
421 * @param __r A weak_ptr.
778 // 2.2.4.7 weak_ptr specialized algorithms.
854 shared_ptr(const weak_ptr<_Tp1>& __r)
917 /// weak_ptr
918 // The actual weak_ptr, with forwarding constructors and
921 class weak_ptr class in namespace:std::tr1
925 weak_ptr() function in class:std::tr1::weak_ptr
929 weak_ptr(const weak_ptr<_Tp1>& __r function in class:std::tr1::weak_ptr
933 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 32 // weak_ptr.hpp
318 class weak_ptr;
421 * @param __r A weak_ptr.
778 // 2.2.4.7 weak_ptr specialized algorithms.
854 shared_ptr(const weak_ptr<_Tp1>& __r)
917 /// weak_ptr
918 // The actual weak_ptr, with forwarding constructors and
921 class weak_ptr class in namespace:std::tr1
925 weak_ptr() function in class:std::tr1::weak_ptr
929 weak_ptr(const weak_ptr<_Tp1>& __r function in class:std::tr1::weak_ptr
933 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:std::tr1::weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 32 // weak_ptr.hpp
513 class weak_ptr;
939 // 2.2.4.7 weak_ptr specialized algorithms.
1014 shared_ptr(const weak_ptr<_Tp1>& __r)
1077 // The actual weak_ptr, with forwarding constructors and
1080 class weak_ptr class in namespace:tr1
1084 weak_ptr() function in class:tr1::weak_ptr
1088 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1092 weak_ptr(const shared_ptr<_Tp1>& __r function in class:tr1::weak_ptr
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 33 // weak_ptr.hpp
513 class weak_ptr;
939 // 2.2.4.7 weak_ptr specialized algorithms.
1014 shared_ptr(const weak_ptr<_Tp1>& __r)
1077 // The actual weak_ptr, with forwarding constructors and
1080 class weak_ptr class in namespace:tr1
1084 weak_ptr() function in class:tr1::weak_ptr
1088 weak_ptr(const weak_ptr<_Tp1>& __r) function in class:tr1::weak_ptr
1092 weak_ptr(const shared_ptr<_Tp1>& __r function in class:tr1::weak_ptr
    [all...]
  /external/chromium/
Android.mk 118 base/memory/weak_ptr.cc \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 1 // shared_ptr and weak_ptr implementation details -*- C++ -*-
34 // weak_ptr.hpp
267 class weak_ptr;
    [all...]

Completed in 3287 milliseconds

12