#include <resolve_address_impl.h>
Public Member Functions | |
| DNSCallbackExecCtxScheduler (std::function< void(absl::StatusOr< std::vector< grpc_resolved_address >>)> on_done, absl::StatusOr< std::vector< grpc_resolved_address >> param) | |
Static Private Member Functions | |
| static void | RunCallback (void *arg, grpc_error_handle) |
Private Attributes | |
| grpc_closure | closure_ |
| const std::function< void(absl::StatusOr< std::vector< grpc_resolved_address >>)> | on_done_ |
| absl::StatusOr< std::vector< grpc_resolved_address > > | param_ |
Definition at line 31 of file resolve_address_impl.h.
|
inline |
Definition at line 33 of file resolve_address_impl.h.
|
inlinestaticprivate |
Definition at line 43 of file resolve_address_impl.h.
|
private |
Definition at line 53 of file resolve_address_impl.h.
|
private |
Definition at line 51 of file resolve_address_impl.h.
|
private |
Definition at line 52 of file resolve_address_impl.h.