#include <stdio.h>
#include <string.h>
#include <string>
#include "absl/strings/str_format.h"
#include <grpc/byte_buffer.h>
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/lib/gpr/useful.h"
#include "test/core/end2end/cq_verifier.h"
#include "test/core/end2end/end2end_tests.h"
Go to the source code of this file.
Functions | |
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) |
void | hpack_size (grpc_end2end_test_config config) |
void | hpack_size_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 | simple_request_body (grpc_end2end_test_config, grpc_end2end_test_fixture f, size_t index) |
static void * | tag (intptr_t t) |
static void | test_size (grpc_end2end_test_config config, int encode_size, int decode_size) |
Variables | |
const char * | dragons [] |
const char * | hobbits [][2] |
|
static |
Definition at line 179 of file hpack_size.cc.
|
static |
Definition at line 199 of file hpack_size.cc.
|
static |
Definition at line 224 of file hpack_size.cc.
|
static |
Definition at line 195 of file hpack_size.cc.
void hpack_size | ( | grpc_end2end_test_config | config | ) |
Definition at line 385 of file hpack_size.cc.
void hpack_size_pre_init | ( | void | ) |
Definition at line 397 of file hpack_size.cc.
|
static |
Definition at line 191 of file hpack_size.cc.
|
static |
Definition at line 218 of file hpack_size.cc.
|
static |
Definition at line 206 of file hpack_size.cc.
|
static |
Definition at line 233 of file hpack_size.cc.
|
static |
Definition at line 37 of file hpack_size.cc.
|
static |
Definition at line 352 of file hpack_size.cc.
const char* dragons[] |
Definition at line 176 of file hpack_size.cc.
const char* hobbits[][2] |
Definition at line 39 of file hpack_size.cc.