#include <inttypes.h>
#include <unistd.h>
#include "absl/strings/str_format.h"
#include <grpc/support/string_util.h>
#include "test/core/end2end/end2end_tests.h"
#include "test/core/end2end/fixtures/local_util.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
static grpc_end2end_test_fixture | chttp2_create_fixture_fullstack_uds (const grpc_channel_args *, const grpc_channel_args *) |
static void | chttp2_init_client_fullstack_uds (grpc_end2end_test_fixture *f, const grpc_channel_args *client_args) |
static void | chttp2_init_server_fullstack_uds (grpc_end2end_test_fixture *f, const grpc_channel_args *client_args) |
int | main (int argc, char **argv) |
Variables | |
static grpc_end2end_test_config | configs [] |
static int | unique = 1 |
|
static |
Definition at line 32 of file h2_local_uds.cc.
|
static |
Definition at line 45 of file h2_local_uds.cc.
|
static |
Definition at line 50 of file h2_local_uds.cc.
Definition at line 66 of file h2_local_uds.cc.
|
static |
Definition at line 56 of file h2_local_uds.cc.
|
static |
Definition at line 30 of file h2_local_uds.cc.