Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc3322 grpc_closure my_closure; member
3412 GRPC_CLOSURE_INIT(&w->my_closure, on_external_watch_complete_locked, w, in watch_connectivity_state_locked()
3415 w->state, &w->my_closure); in watch_connectivity_state_locked()
3422 &found->chand->state_tracker, nullptr, &found->my_closure); in watch_connectivity_state_locked()
3449 GRPC_CLOSURE_INIT(&w->my_closure, watch_connectivity_state_locked, w, in grpc_client_channel_watch_connectivity_state()