#include <string.h>
#include <grpc/grpc.h>
#include "src/core/lib/surface/server.h"
#include "test/core/bad_client/bad_client.h"
#include "test/core/end2end/cq_verifier.h"
Go to the source code of this file.
Macros | |
#define | PFX_STR |
#define | PFX_STR_UNUSUAL |
#define | PFX_STR_UNUSUAL2 |
Functions | |
static void | failure_verifier (grpc_server *server, grpc_completion_queue *cq, void *) |
int | main (int argc, char **argv) |
static void * | tag (intptr_t t) |
static void | verifier (grpc_server *server, grpc_completion_queue *cq, void *) |
#define PFX_STR |
Definition at line 27 of file bad_client/tests/simple_request.cc.
#define PFX_STR_UNUSUAL |
Definition at line 43 of file bad_client/tests/simple_request.cc.
#define PFX_STR_UNUSUAL2 |
Definition at line 62 of file bad_client/tests/simple_request.cc.
|
static |
Definition at line 109 of file bad_client/tests/simple_request.cc.
Definition at line 118 of file bad_client/tests/simple_request.cc.
|
static |
Definition at line 81 of file bad_client/tests/simple_request.cc.
|
static |
Definition at line 83 of file bad_client/tests/simple_request.cc.