Searched refs:OnRequestSent (Results 1 – 1 of 1) sorted by relevance
258 static void OnRequestSent(void* arg, grpc_error* error);716 GRPC_CLOSURE_INIT(&on_request_sent_, OnRequestSent, this, in AdsCallState()832 GRPC_CLOSURE_INIT(&on_request_sent_, OnRequestSent, this, in SendMessageLocked()1111 void XdsClient::ChannelState::AdsCallState::OnRequestSent(void* arg, in OnRequestSent() function in grpc_core::XdsClient::ChannelState::AdsCallState