Home | History | Annotate | Download | only in utils

Lines Matching defs:weakref_type

73     class weakref_type
102 weakref_type* createWeak(const void* id) const;
104 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
193 typedef typename RefBase::weakref_type weakref_type;
239 sp(T* p, weakref_type* refs);
253 typedef typename RefBase::weakref_type weakref_type;
276 void set_object_and_refs(T* other, weakref_type* refs);
288 inline weakref_type* get_refs() const { return m_refs; }
336 weakref_type* m_refs;
435 sp<T>::sp(T* p, weakref_type* refs)
507 weakref_type* newRefs =
518 weakref_type* otherRefs(other.m_refs);
530 weakref_type* newRefs =
542 weakref_type* newRefs =
553 weakref_type* otherRefs(other.m_refs);
565 weakref_type* newRefs =
575 void wp<T>::set_object_and_refs(T* other, weakref_type* refs)