Home
last modified time | relevance | path

Searched refs:IncrementRefCount (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dorphanable.h94 IncrementRefCount(); in Ref()
99 IncrementRefCount(location, reason); in Ref()
115 void IncrementRefCount() { refs_.Ref(); } in IncrementRefCount() function
116 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount() function
Dref_counted.h274 IncrementRefCount(); in Ref()
280 IncrementRefCount(location, reason); in Ref()
325 void IncrementRefCount() { refs_.Ref(); } in IncrementRefCount() function
326 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount() function
Ddual_ref_counted.h57 IncrementRefCount(); in Ref()
63 IncrementRefCount(location, reason); in Ref()
254 void IncrementRefCount() { in IncrementRefCount() function
269 void IncrementRefCount(const DebugLocation& location, const char* reason) { in IncrementRefCount() function
Dref_counted_ptr.h73 if (other.value_ != nullptr) other.value_->IncrementRefCount(); in RefCountedPtr()
81 if (other.value_ != nullptr) other.value_->IncrementRefCount(); in RefCountedPtr()
89 if (other.value_ != nullptr) other.value_->IncrementRefCount();
99 if (other.value_ != nullptr) other.value_->IncrementRefCount();
/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h47 IncrementRefCount(); in Ref()
79 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount() function
94 IncrementRefCount(); in Ref()
159 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount() function
Dorphanable.h96 IncrementRefCount(); in Ref()
107 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount() function
152 IncrementRefCount(); in Ref()
189 void IncrementRefCount() { gpr_ref(&refs_); } in IncrementRefCount() function
Dref_counted_ptr.h72 if (other.value_ != nullptr) other.value_->IncrementRefCount(); in RefCountedPtr()
77 if (other.value_ != nullptr) other.value_->IncrementRefCount(); in RefCountedPtr()
85 if (other.value_ != nullptr) other.value_->IncrementRefCount();
94 if (other.value_ != nullptr) other.value_->IncrementRefCount();
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc77 IncrementRefCount(); in Ref()
83 IncrementRefCount(location, reason); in Ref()
111 void DynamicFilters::Call::IncrementRefCount() { in IncrementRefCount() function in grpc_core::DynamicFilters::Call
115 void DynamicFilters::Call::IncrementRefCount( in IncrementRefCount() function in grpc_core::DynamicFilters::Call
Ddynamic_filters.h73 void IncrementRefCount();
74 void IncrementRefCount(const DebugLocation& location, const char* reason);
Dsubchannel.h150 void IncrementRefCount();
151 void IncrementRefCount(const DebugLocation& location, const char* reason);
Dsubchannel.cc191 IncrementRefCount(); in Ref()
197 IncrementRefCount(location, reason); in Ref()
289 void SubchannelCall::IncrementRefCount() { in IncrementRefCount() function in grpc_core::SubchannelCall
293 void SubchannelCall::IncrementRefCount( in IncrementRefCount() function in grpc_core::SubchannelCall
Dclient_channel.cc954 void IncrementRefCount();
955 void IncrementRefCount(const DebugLocation& location, const char* reason);
4934 IncrementRefCount(); in Ref()
4940 IncrementRefCount(location, reason); in Ref()
4957 void LoadBalancedCall::IncrementRefCount() { refs_.Ref(); } in IncrementRefCount() function in grpc_core::__anon5e2240680111::LoadBalancedCall
4959 void LoadBalancedCall::IncrementRefCount(const DebugLocation& location, in IncrementRefCount() function in grpc_core::__anon5e2240680111::LoadBalancedCall