Home
last modified time | relevance | path

Searched refs:IncrementWeakRefCount (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h154 IncrementWeakRefCount(); in WeakRef()
160 IncrementWeakRefCount(location, reason); in WeakRef()
289 void IncrementWeakRefCount() { in IncrementWeakRefCount() function
303 void IncrementWeakRefCount(const DebugLocation& location, in IncrementWeakRefCount() function
Dref_counted_ptr.h225 if (other.value_ != nullptr) other.value_->IncrementWeakRefCount(); in WeakRefCountedPtr()
233 if (other.value_ != nullptr) other.value_->IncrementWeakRefCount(); in WeakRefCountedPtr()
241 if (other.value_ != nullptr) other.value_->IncrementWeakRefCount();
251 if (other.value_ != nullptr) other.value_->IncrementWeakRefCount();