Home | History | Annotate | Download | only in utils

Lines Matching defs:weakref_type

80     class weakref_type
112 weakref_type* createWeak(const void* id) const;
114 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
162 static void renameRefId(weakref_type* ref,
212 typedef typename RefBase::weakref_type weakref_type;
235 void set_object_and_refs(T* other, weakref_type* refs);
247 inline weakref_type* get_refs() const { return m_refs; }
295 weakref_type* m_refs;
364 weakref_type* newRefs =
375 weakref_type* otherRefs(other.m_refs);
387 weakref_type* newRefs =
399 weakref_type* newRefs =
410 weakref_type* otherRefs(other.m_refs);
422 weakref_type* newRefs =
432 void wp<T>::set_object_and_refs(T* other, weakref_type* refs)