Home | History | Annotate | Download | only in win

Lines Matching refs:ptr_

56     if (ptr_ != NULL) {
57 ptr_->Release();
58 ptr_ = NULL;
65 Interface* p = ptr_;
66 ptr_ = NULL;
72 DCHECK(!ptr_);
73 ptr_ = p;
81 DCHECK(!ptr_) << "Object leak. Pointer must be NULL";
82 return &ptr_;
93 DCHECK(ptr_ != NULL);
97 return ptr_->QueryInterface(p);
103 DCHECK(ptr_ != NULL);
104 return ptr_->QueryInterface(iid, obj);
117 DCHECK(!ptr_);
119 reinterpret_cast<void**>(&ptr_));
125 if (!other && !ptr_)
128 if (!other || !ptr_)
152 DCHECK(ptr_ != NULL);
153 return reinterpret_cast<BlockIUnknownMethods*>(ptr_);