Lines Matching defs:id
104 void addStrongRef(const void* id) in addStrongRef()
109 void removeStrongRef(const void* id) in removeStrongRef()
117 void addWeakRef(const void* id) in addWeakRef()
122 void removeWeakRef(const void* id) in removeWeakRef()
170 const void* id; member
177 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
196 void removeRef(ref_entry** refs, const void* id) in removeRef()
367 void RefBase::weakref_type::incWeak(const void* id) in incWeak()
375 void RefBase::weakref_type::decWeak(const void* id) in decWeak()
410 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong()
474 bool RefBase::weakref_type::attemptIncWeak(const void* id) in attemptIncWeak()
549 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* id) in onIncStrongAttempted()