Go to the source code of this file.
Classes | |
struct | grpc_passthru_endpoint_channel_action |
struct | grpc_passthru_endpoint_stats |
Functions | |
void | grpc_passthru_endpoint_create (grpc_endpoint **client, grpc_endpoint **server, grpc_passthru_endpoint_stats *stats, bool simulate_channel_actions=false) |
grpc_passthru_endpoint_stats * | grpc_passthru_endpoint_stats_create () |
void | grpc_passthru_endpoint_stats_destroy (grpc_passthru_endpoint_stats *stats) |
void | start_scheduling_grpc_passthru_endpoint_channel_effects (grpc_endpoint *ep, const std::vector< grpc_passthru_endpoint_channel_action > &actions) |
void grpc_passthru_endpoint_create | ( | grpc_endpoint ** | client, |
grpc_endpoint ** | server, | ||
grpc_passthru_endpoint_stats * | stats, | ||
bool | simulate_channel_actions = false |
||
) |
Definition at line 413 of file passthru_endpoint.cc.
grpc_passthru_endpoint_stats* grpc_passthru_endpoint_stats_create | ( | ) |
Definition at line 440 of file passthru_endpoint.cc.
void grpc_passthru_endpoint_stats_destroy | ( | grpc_passthru_endpoint_stats * | stats | ) |
Definition at line 449 of file passthru_endpoint.cc.
void start_scheduling_grpc_passthru_endpoint_channel_effects | ( | grpc_endpoint * | ep, |
const std::vector< grpc_passthru_endpoint_channel_action > & | actions | ||
) |
Definition at line 495 of file passthru_endpoint.cc.