Go to the source code of this file.
|
static grpc_end2end_test_fixture | begin_test (grpc_end2end_test_config config, const char *test_name, grpc_channel_args *client_args, grpc_channel_args *server_args) |
|
static void | drain_cq (grpc_completion_queue *cq) |
|
static void | end_test (grpc_end2end_test_fixture *f) |
|
static gpr_timespec | five_seconds_from_now (void) |
|
static grpc_metadata | gzip_compression_override () |
|
void | max_message_length (grpc_end2end_test_config config) |
|
void | max_message_length_pre_init (void) |
|
static gpr_timespec | n_seconds_from_now (int n) |
|
static void | shutdown_client (grpc_end2end_test_fixture *f) |
|
static void | shutdown_server (grpc_end2end_test_fixture *f) |
|
static void * | tag (intptr_t t) |
|
static void | test_max_message_length_on_request (grpc_end2end_test_config config, bool send_limit, bool use_service_config, bool use_string_json_value) |
|
static void | test_max_message_length_on_response (grpc_end2end_test_config config, bool send_limit, bool use_service_config, bool use_string_json_value) |
|
static void | test_max_receive_message_length_on_compressed_request (grpc_end2end_test_config config, bool minimal_stack) |
|
static void | test_max_receive_message_length_on_compressed_response (grpc_end2end_test_config config, bool minimal_stack) |
|
◆ begin_test()
◆ drain_cq()
◆ end_test()
◆ five_seconds_from_now()
◆ gzip_compression_override()
◆ max_message_length()
◆ max_message_length_pre_init()
void max_message_length_pre_init |
( |
void |
| ) |
|
◆ n_seconds_from_now()
◆ shutdown_client()
◆ shutdown_server()
◆ tag()
◆ test_max_message_length_on_request()
◆ test_max_message_length_on_response()
◆ test_max_receive_message_length_on_compressed_request()
◆ test_max_receive_message_length_on_compressed_response()