Home
last modified time | relevance | path

Searched defs:weak_ptr (Results 1 – 25 of 52) sorted by relevance

123

/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dweak_ptr.hpp25 template<class T> class weak_ptr class
36 BOOST_CONSTEXPR weak_ptr() BOOST_SP_NOEXCEPT : px(0), pn() in weak_ptr() function in boost::weak_ptr
46 weak_ptr( weak_ptr const & r ) BOOST_SP_NOEXCEPT : px( r.px ), pn( r.pn ) in weak_ptr() function in boost::weak_ptr
79weak_ptr( weak_ptr<Y> const & r, typename boost::detail::sp_enable_if_convertible<Y,T>::type = boo… in weak_ptr() function in boost::weak_ptr
96weak_ptr( weak_ptr<Y> && r, typename boost::detail::sp_enable_if_convertible<Y,T>::type = boost::d… in weak_ptr() function in boost::weak_ptr
110 weak_ptr( weak_ptr && r ) in weak_ptr() function in boost::weak_ptr
129weak_ptr( shared_ptr<Y> const & r, typename boost::detail::sp_enable_if_convertible<Y,T>::type = b… in weak_ptr() function in boost::weak_ptr
142 …template<class Y> weak_ptr(shared_ptr<Y> const & r, element_type * p) BOOST_SP_NOEXCEPT: px( p ), … in weak_ptr() function in boost::weak_ptr
146 …template<class Y> weak_ptr(weak_ptr<Y> const & r, element_type * p) BOOST_SP_NOEXCEPT: px( p ), pn… in weak_ptr() function in boost::weak_ptr
152 …template<class Y> weak_ptr(weak_ptr<Y> && r, element_type * p) BOOST_SP_NOEXCEPT: px( p ), pn( std… in weak_ptr() function in boost::weak_ptr
/external/cronet/stable/base/memory/
Dweak_auto_reset_unittest.cc156 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
181 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
205 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
234 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
272 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
/external/cronet/tot/base/memory/
Dweak_auto_reset_unittest.cc156 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
181 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
205 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
234 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
272 auto weak_ptr = inner->GetWeakPtr(); in TEST() local
/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Dweak_ptr.adoc12 [#weak_ptr] anchor
/external/cronet/stable/base/tracing/
Dperfetto_task_runner_unittest.cc70 base::WeakPtr<TaskDestination> weak_ptr, in PosterThread()
86 auto weak_ptr = weak_ptr_; in Run() local
138 auto weak_ptr = destination()->GetWeakPtr(); in TEST_F() local
/external/cronet/tot/base/tracing/
Dperfetto_task_runner_unittest.cc70 base::WeakPtr<TaskDestination> weak_ptr, in PosterThread()
86 auto weak_ptr = weak_ptr_; in Run() local
138 auto weak_ptr = destination()->GetWeakPtr(); in TEST_F() local
/external/openscreen/util/
Dweak_ptr_unittest.cc50 WeakPtr<SomeSubclass> weak_ptr = factory.GetWeakPtr(); in TEST() local
106 WeakPtr<SomeSubclass> weak_ptr = factory.GetWeakPtr(); in TEST() local
/external/rust/cxx/src/
Dweak_ptr.rs31 let mut weak_ptr = MaybeUninit::<WeakPtr<T>>::uninit(); in null() localVariable
65 let mut weak_ptr = MaybeUninit::<WeakPtr<T>>::uninit(); in clone() localVariable
Dlib.rs475 mod weak_ptr; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Dweak_ptr.rs31 let mut weak_ptr = MaybeUninit::<WeakPtr<T>>::uninit(); in null() localVariable
65 let mut weak_ptr = MaybeUninit::<WeakPtr<T>>::uninit(); in clone() localVariable
Dlib.rs477 mod weak_ptr; module
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/
Dweak_ptr.rs31 let mut weak_ptr = MaybeUninit::<WeakPtr<T>>::uninit(); in null() localVariable
65 let mut weak_ptr = MaybeUninit::<WeakPtr<T>>::uninit(); in clone() localVariable
Dlib.rs477 mod weak_ptr; module
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc127 base::WeakPtr<SimpleAlarmTimer> weak_ptr = weak_factory_.GetWeakPtr(); in OnTimerFired() local
/external/perfetto/src/tracing/service/
Dmetatrace_writer.cc45 auto weak_ptr = weak_ptr_factory_.GetWeakPtr(); in Enable() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp4.cpp210 template<typename T> struct weak_ptr { struct
211 constexpr weak_ptr() : p(0) {} in weak_ptr() argument
215 weak_ptr<T> weak_this; argument
/external/libchrome/base/timer/
Dmock_timer_unittest.cc68 base::WeakPtr<HasWeakPtr> weak_ptr(has_weak_ptr->AsWeakPtr()); in TEST() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/moqt/
Dmoqt_track.h63 quiche::QuicheWeakPtr<RemoteTrack> weak_ptr() { in weak_ptr() function
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/moqt/
Dmoqt_track.h63 quiche::QuicheWeakPtr<RemoteTrack> weak_ptr() { in weak_ptr() function
/external/cronet/tot/net/spdy/
Dspdy_proxy_client_socket.cc276 base::WeakPtr<SpdyProxyClientSocket> weak_ptr = weak_factory_.GetWeakPtr(); in RunWriteCallback() local
544 base::WeakPtr<SpdyProxyClientSocket> weak_ptr = weak_factory_.GetWeakPtr(); in OnClose() local
/external/cronet/stable/net/spdy/
Dspdy_proxy_client_socket.cc276 base::WeakPtr<SpdyProxyClientSocket> weak_ptr = weak_factory_.GetWeakPtr(); in RunWriteCallback() local
544 base::WeakPtr<SpdyProxyClientSocket> weak_ptr = weak_factory_.GetWeakPtr(); in OnClose() local
/external/cronet/tot/base/timer/
Dmock_timer_unittest.cc86 base::WeakPtr<HasWeakPtr> weak_ptr(has_weak_ptr->AsWeakPtr()); in TEST() local
/external/cronet/stable/base/timer/
Dmock_timer_unittest.cc86 base::WeakPtr<HasWeakPtr> weak_ptr(has_weak_ptr->AsWeakPtr()); in TEST() local
/external/webrtc/rtc_base/
Dweak_ptr_unittest.cc217 WeakPtr<Target> weak_ptr = target->factory.GetWeakPtr(); in TEST() local
227 WeakPtr<Target> weak_ptr = target->factory.GetWeakPtr(); in TEST() local
/external/perfetto/src/base/
Dunix_socket.cc916 WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in UnixSocket() local
961 WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in DoConnect() local
1168 WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in Shutdown() local
1226 WeakPtr<UnixSocket> weak_ptr = weak_ptr_factory_.GetWeakPtr(); in NotifyConnectionState() local

123