Searched refs:on_status_received_ (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client.cc | 294 grpc_closure on_status_received_; member in grpc_core::XdsClient::ChannelState::AdsCallState 391 grpc_closure on_status_received_; member in grpc_core::XdsClient::ChannelState::LrsCallState 762 GRPC_CLOSURE_INIT(&on_status_received_, OnStatusReceived, this, in AdsCallState() 765 call_, ops, static_cast<size_t>(op - ops), &on_status_received_); in AdsCallState() 1515 GRPC_CLOSURE_INIT(&on_status_received_, OnStatusReceived, this, in LrsCallState() 1518 call_, ops, static_cast<size_t>(op - ops), &on_status_received_); in LrsCallState()
|