Home
last modified time | relevance | path

Searched refs:weak_this_ (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dshared_ptr.h431 GOOGLE_CHECK(!weak_this_.expired()) << "No shared_ptr owns this object";
432 return weak_this_.lock();
435 GOOGLE_CHECK(!weak_this_.expired()) << "No shared_ptr owns this object";
436 return weak_this_.lock();
448 weak_ptr<T> weak_this_;
459 GOOGLE_CHECK(ptr->weak_this_.expired()) << "Object already owned by a shared_ptr";
460 ptr->weak_this_ = *this;
/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.h372 base::WeakPtr<V4L2VideoDecodeAccelerator> weak_this_; variable
Dv4l2_video_decode_accelerator.cc149 weak_this_ = weak_this_factory_.GetWeakPtr(); in V4L2VideoDecodeAccelerator()
1676 weak_this_, error)); in NotifyError()