HomeSort by relevance Sort by last modified time
    Searched defs:weak_ptr (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client_unittest.cc 9 #include "base/memory/weak_ptr.h"
76 base::WeakPtr<WeakXmppClient> weak_ptr = weak_xmpp_client->AsWeakPtr(); local
77 EXPECT_TRUE(weak_ptr.get());
78 RaiseSignals(weak_ptr.get());
81 EXPECT_FALSE(weak_ptr.get());
94 base::WeakPtr<WeakXmppClient> weak_ptr = weak_xmpp_client->AsWeakPtr(); local
95 EXPECT_TRUE(weak_ptr.get());
96 RaiseSignals(weak_ptr.get());
99 EXPECT_FALSE(weak_ptr.get());
112 base::WeakPtr<WeakXmppClient> weak_ptr = weak_xmpp_client->AsWeakPtr() local
    [all...]
xmpp_connection_unittest.cc 12 #include "base/memory/weak_ptr.h"
170 base::WeakPtr<talk_base::Task> weak_ptr; local
172 WillOnce(SaveArg<0>(&weak_ptr));
181 EXPECT_EQ(xmpp_connection.weak_xmpp_client_.get(), weak_ptr.get());
184 EXPECT_EQ(NULL, weak_ptr.get());
189 base::WeakPtr<talk_base::Task> weak_ptr;
191 WillOnce(SaveArg<0>(&weak_ptr));
204 EXPECT_EQ(xmpp_connection.weak_xmpp_client_.get(), weak_ptr.get());
210 base::WeakPtr<talk_base::Task> weak_ptr; local
212 WillOnce(SaveArg<0>(&weak_ptr));
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_broker.cc 163 base::WeakPtr<PPB_Broker_Impl>& weak_ptr = i->second.client; local
169 if (weak_ptr.get())
170 ConnectPluginToBroker(weak_ptr.get());
218 base::WeakPtr<PPB_Broker_Impl>& weak_ptr = i->second.client; local
219 if (weak_ptr.get()) {
220 weak_ptr->BrokerConnected(
  /external/chromium_org/sync/internal_api/public/util/
weak_handle_unittest.cc 10 #include "base/memory/weak_ptr.h"
287 const base::WeakPtr<Derived> weak_ptr; local
290 WeakHandle<Base> base_weak_handle(MakeWeakHandle(weak_ptr));
292 const WeakHandle<Derived> derived_weak_handle(MakeWeakHandle(weak_ptr));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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)
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/
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)
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/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...]
  /prebuilts/ndk/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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)
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/9/sources/cxx-stl/gnu-libstdc++/4.9/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)
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(const weak_ptr<_Tp1>& __r) noexcep
    [all...]
  /external/chromium_org/google_apis/drive/
request_sender_unittest.cc 140 base::WeakPtr<AuthenticatedRequestInterface> weak_ptr = request->GetWeakPtr(); local
149 EXPECT_FALSE(weak_ptr); // The request object is deleted.
163 base::WeakPtr<AuthenticatedRequestInterface> weak_ptr = request->GetWeakPtr(); local
171 EXPECT_FALSE(weak_ptr); // The request object is deleted.
183 base::WeakPtr<AuthenticatedRequestInterface> weak_ptr = request->GetWeakPtr(); local
191 EXPECT_FALSE(weak_ptr); // The request object is deleted.
202 base::WeakPtr<AuthenticatedRequestInterface> weak_ptr = request->GetWeakPtr(); local
213 EXPECT_FALSE(weak_ptr); // The request object is deleted.
222 base::WeakPtr<AuthenticatedRequestInterface> weak_ptr = request->GetWeakPtr(); local
247 EXPECT_FALSE(weak_ptr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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...]
  /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...]
  /prebuilts/ndk/9/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...]
  /external/chromium_org/base/memory/
weak_ptr_unittest.cc 5 #include "base/memory/weak_ptr.h"
297 WeakPtr<Target> weak_ptr = target->AsWeakPtr(); local
298 EXPECT_EQ(target.get(), weak_ptr.get());
320 WeakPtr<Target> weak_ptr = target->AsWeakPtr(); local
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 348 base::WeakPtr<PepperFlashRendererHost> weak_ptr = weak_factory_.GetWeakPtr(); local
356 if (weak_ptr.get()) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 210 template<typename T> struct weak_ptr { struct
211 constexpr weak_ptr() : p(0) {} function in struct:weak_ptr
215 weak_ptr<T> weak_this;
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/tr1/
shared_ptr.h 32 // 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(const shared_ptr<_Tp1>& __r 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/
shared_ptr.h 32 // 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(const shared_ptr<_Tp1>& __r function in class:tr1::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...]

Completed in 1100 milliseconds

1 2