Lines Matching full:release
30 bool Release() const;
56 bool Release() const;
93 void Release() const {
94 if (subtle::RefCountedBase::Release()) {
141 void Release() const {
142 if (subtle::RefCountedThreadSafeBase::Release()) {
171 // of calling AddRef and Release manually on a reference counted object to
172 // avoid common memory leaks caused by forgetting to Release an object
241 ptr_->Release();
248 // Release a pointer.
253 T* release() {
266 old_ptr ->Release();