Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc284 grpc_byte_buffer* send_message_payload_ = nullptr; member in grpc_core::XdsClient::ChannelState::AdsCallState
381 grpc_byte_buffer* send_message_payload_ = nullptr; member in grpc_core::XdsClient::ChannelState::LrsCallState
773 grpc_byte_buffer_destroy(send_message_payload_); in ~AdsCallState()
795 if (send_message_payload_ != nullptr) { in SendMessageLocked()
824 send_message_payload_ = in SendMessageLocked()
831 op.data.send_message.send_message = send_message_payload_; in SendMessageLocked()
1119 grpc_byte_buffer_destroy(send_message_payload_); in OnRequestSentLocked()
1120 send_message_payload_ = nullptr; in OnRequestSentLocked()
1359 parent_->send_message_payload_ = in SendReportLocked()
1366 op.data.send_message.send_message = parent_->send_message_payload_; in SendReportLocked()
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc211 grpc_byte_buffer* send_message_payload_ = nullptr; member in grpc_core::__anone44b111d0111::GrpcLb::BalancerCallState
786 send_message_payload_ = in BalancerCallState()
799 grpc_byte_buffer_destroy(send_message_payload_); in ~BalancerCallState()
838 GPR_ASSERT(send_message_payload_ != nullptr); in StartQuery()
840 op->data.send_message.send_message = send_message_payload_; in StartQuery()
925 if (send_message_payload_ == nullptr) { in MaybeSendClientLoadReportLocked()
934 GPR_ASSERT(send_message_payload_ == nullptr); in SendClientLoadReportLocked()
964 send_message_payload_ = in SendClientLoadReportLocked()
971 op.data.send_message.send_message = send_message_payload_; in SendClientLoadReportLocked()
994 grpc_byte_buffer_destroy(send_message_payload_); in ClientLoadReportDoneLocked()
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc271 grpc_byte_buffer* send_message_payload_ = nullptr; member in grpc_core::XdsClient::ChannelState::AdsCallState
368 grpc_byte_buffer* send_message_payload_ = nullptr; member in grpc_core::XdsClient::ChannelState::LrsCallState
776 grpc_byte_buffer_destroy(send_message_payload_); in ~AdsCallState()
798 if (send_message_payload_ != nullptr) { in SendMessageLocked()
825 send_message_payload_ = in SendMessageLocked()
832 op.data.send_message.send_message = send_message_payload_; in SendMessageLocked()
1158 grpc_byte_buffer_destroy(send_message_payload_); in OnRequestSentLocked()
1159 send_message_payload_ = nullptr; in OnRequestSentLocked()
1410 parent_->send_message_payload_ = in SendReportLocked()
1417 op.data.send_message.send_message = parent_->send_message_payload_; in SendReportLocked()
[all …]