#include "src/core/ext/transport/chttp2/alpn/alpn.h"
#include <grpc/support/log.h>
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
static size_t | alpn_version_index (const char *version, size_t size) |
int | main (int argc, char **argv) |
static void | test_alpn_failure (void) |
static void | test_alpn_grpc_before_h2 (void) |
static void | test_alpn_success (void) |
|
static |
Definition at line 37 of file alpn_test.cc.
Definition at line 52 of file alpn_test.cc.
|
static |
Definition at line 30 of file alpn_test.cc.
|
static |
Definition at line 47 of file alpn_test.cc.
|
static |
Definition at line 25 of file alpn_test.cc.