Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc941 return subchannel_call_; in subchannel_call()
1029 RefCountedPtr<SubchannelCall> subchannel_call_; member in grpc_core::__anon5e2240680111::LoadBalancedCall
5061 chand_, this, num_batches, subchannel_call_.get()); in PendingBatchesResume()
5067 batch->handler_private.extra_arg = subchannel_call_.get(); in PendingBatchesResume()
5113 if (subchannel_call_ == nullptr) { in StartTransportStreamOpBatch()
5120 subchannel_call_->StartTransportStreamOpBatch(batch); in StartTransportStreamOpBatch()
5130 if (subchannel_call_ != nullptr) { in StartTransportStreamOpBatch()
5134 chand_, this, subchannel_call_.get()); in StartTransportStreamOpBatch()
5221 subchannel_call_ = SubchannelCall::Create(std::move(call_args), &error); in CreateSubchannelCall()
5225 this, subchannel_call_.get(), grpc_error_string(error)); in CreateSubchannelCall()
[all …]