Searched refs:DonateRef (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 352 ptr_->DonateRef(ref_donor, this); in ptr_() 385 if (ptr_) ptr_->DonateRef(this, &other); in swap() 386 if (other.ptr_) other.ptr_->DonateRef(&other, this); in swap() 422 ptr_->DonateRef(this, new_owner); in ReleaseTo() 1076 void DonateRef(const void *from, const void *to) const; 1166 void DonateRef(const void *from, const void *to) const { \ 1167 return upb::upcast_to<const upb::RefCounted>(this)->DonateRef(from, to); \ 1244 inline void RefCounted::DonateRef(const void *from, const void *to) const { in DonateRef() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1362 void DonateRef(const void *from, const void *to) const; 1454 void DonateRef(const void *from, const void *to) const { \ 1455 return upb::upcast_to<const upb::RefCounted>(this)->DonateRef(from, to); \ 1532 inline void RefCounted::DonateRef(const void *from, const void *to) const { 1560 ptr_->DonateRef(ref_donor, this); 1598 if (ptr_) ptr_->DonateRef(this, &other); 1599 if (other.ptr_) other.ptr_->DonateRef(&other, this); 1635 ptr_->DonateRef(this, new_owner);
|