Home | History | Annotate | Download | only in util

Lines Matching refs:weakref_type

76     class weakref_type
108 weakref_type* createWeak(const void* id) const;
110 weakref_type* getWeakRefs() const;
152 friend class weakref_type;
201 typedef typename RefBase::weakref_type weakref_type;
224 void set_object_and_refs(T* other, weakref_type* refs);
236 inline weakref_type* get_refs() const { return m_refs; }
284 weakref_type* m_refs;
353 weakref_type* newRefs =
364 weakref_type* otherRefs(other.m_refs);
376 weakref_type* newRefs =
388 weakref_type* newRefs =
399 weakref_type* otherRefs(other.m_refs);
411 weakref_type* newRefs =
421 void wp<T>::set_object_and_refs(T* other, weakref_type* refs)