Lines Matching full:release
29 // to compile because Foo does not support the AddRef() and Release() methods.
61 // for the existence of AddRef() and Release() functions of the correct
133 void Release();
151 static No& Check(Helper<&C::AddRef>*, Helper<&C::Release>*);
222 static void Release(const T&) {}
228 static void Release(const T*) {}
234 static void Release(const UnretainedWrapper<T>&) {}
240 static void Release(T* o) { o->Release(); }
246 static void Release(const T* o) { o->Release(); }