/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | orphanable.h | 94 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
|
D | ref_counted.h | 274 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
|
D | dual_ref_counted.h | 57 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
|
D | ref_counted_ptr.h | 73 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/ |
D | ref_counted.h | 47 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
|
D | orphanable.h | 96 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
|
D | ref_counted_ptr.h | 72 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/ |
D | dynamic_filters.cc | 77 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
|
D | dynamic_filters.h | 73 void IncrementRefCount(); 74 void IncrementRefCount(const DebugLocation& location, const char* reason);
|
D | subchannel.h | 150 void IncrementRefCount(); 151 void IncrementRefCount(const DebugLocation& location, const char* reason);
|
D | subchannel.cc | 191 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
|
D | client_channel.cc | 954 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
|