Lines Matching refs:AddRef
53 // to compile because Foo does not support the AddRef() and Release() methods.
155 // for the existence of AddRef() and Release() functions of the correct
229 void AddRef();
248 static No& Check(Helper<&C::AddRef>*);
443 static void AddRef(const T&) {}
449 static void AddRef(const T*) {}
455 static void AddRef(const T&) {}
461 static void AddRef(T* o) { o->AddRef(); }
465 // No need to additionally AddRef() and Release() since we are storing a
469 static void AddRef(const scoped_refptr<T>& o) {}
475 static void AddRef(const T* o) { o->AddRef(); }