Lines Matching defs:id
139 void addStrongRef(const void* id) { in addStrongRef()
145 void removeStrongRef(const void* id) { in removeStrongRef()
162 void addWeakRef(const void* id) { in addWeakRef()
166 void removeWeakRef(const void* id) { in removeWeakRef()
217 const void* id; member
224 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
243 void removeRef(ref_entry** refs, const void* id) in removeRef()
397 void RefBase::weakref_type::incWeak(const void* id) in incWeak()
406 void RefBase::weakref_type::decWeak(const void* id) in decWeak()
438 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong()
501 bool RefBase::weakref_type::attemptIncWeak(const void* id) in attemptIncWeak()
587 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* id) in onIncStrongAttempted()