GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/surface/call.h"
#include <inttypes.h>
#include <grpc/support/alloc.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/gpr/string.h"
#include "src/core/lib/slice/slice_string_helpers.h"
Functions | |
char * | grpc_op_string (const grpc_op *op) |
void | grpc_call_log_batch (const char *file, int line, gpr_log_severity severity, const grpc_op *ops, size_t nops) |
void grpc_call_log_batch | ( | const char * | file, |
int | line, | ||
gpr_log_severity | severity, | ||
const grpc_op * | ops, | ||
size_t | nops | ||
) |
char* grpc_op_string | ( | const grpc_op * | op | ) |