Lines Matching defs:get
178 } else if (get() != nullptr) {
179 get()->decrease_refcount();
199 get()->increase_refcount();
207 : BaseObjectPtrImpl(other.get()) {}
211 : BaseObjectPtrImpl(other.get()) {}
217 if (other.get() == get()) return *this;
225 if (other.get() == get()) return *this;
253 T* BaseObjectPtrImpl<T, kIsWeak>::get() const {
259 return *get();
264 return get();
269 return get() != nullptr;
276 return get() == other.get();
283 return get() != other.get();