Home | History | Annotate | Download | only in server

Lines Matching refs:weakref_type

75     class weakref_type
107 weakref_type* createWeak(const void* id) const;
109 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
200 typedef typename RefBase::weakref_type weakref_type;
223 void set_object_and_refs(T* other, weakref_type* refs);
235 inline weakref_type* get_refs() const { return m_refs; }
283 weakref_type* m_refs;
352 weakref_type* newRefs =
363 weakref_type* otherRefs(other.m_refs);
375 weakref_type* newRefs =
387 weakref_type* newRefs =
398 weakref_type* otherRefs(other.m_refs);
410 weakref_type* newRefs =
420 void wp<T>::set_object_and_refs(T* other, weakref_type* refs)