|
GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>#include "src/core/lib/channel/channel_stack.h"#include <inttypes.h>#include <stdarg.h>#include <stdio.h>#include <string.h>#include <grpc/support/alloc.h>#include <grpc/support/string_util.h>#include "src/core/lib/slice/slice_string_helpers.h"#include "src/core/lib/transport/connectivity_state.h"Functions | |
| char * | grpc_transport_stream_op_batch_string (grpc_transport_stream_op_batch *op) |
| char * | grpc_transport_op_string (grpc_transport_op *op) |
| void | grpc_call_log_op (const char *file, int line, gpr_log_severity severity, grpc_call_element *elem, grpc_transport_stream_op_batch *op) |
| void grpc_call_log_op | ( | const char * | file, |
| int | line, | ||
| gpr_log_severity | severity, | ||
| grpc_call_element * | elem, | ||
| grpc_transport_stream_op_batch * | op | ||
| ) |
| char* grpc_transport_op_string | ( | grpc_transport_op * | op | ) |
| char* grpc_transport_stream_op_batch_string | ( | grpc_transport_stream_op_batch * | op | ) |