#include <grpc/support/port_platform.h>#include <algorithm>#include <memory>#include <string>#include <vector>#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "absl/strings/str_join.h"#include <grpc/support/log.h>#include "src/core/lib/channel/channel_fwd.h"#include "src/core/lib/channel/channel_stack.h"#include "src/core/lib/gprpp/orphanable.h"#include "src/core/lib/iomgr/error.h"#include "src/core/lib/slice/slice_buffer.h"#include "src/core/lib/transport/connectivity_state.h"#include "src/core/lib/transport/metadata_batch.h"#include "src/core/lib/transport/transport.h"
Go to the source code of this file.
Functions | |
| void | grpc_call_log_op (const char *file, int line, gpr_log_severity severity, grpc_call_element *elem, grpc_transport_stream_op_batch *op) |
| std::string | grpc_transport_op_string (grpc_transport_op *op) |
| std::string | grpc_transport_stream_op_batch_string (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 | ||
| ) |
Definition at line 141 of file transport_op_string.cc.
| std::string grpc_transport_op_string | ( | grpc_transport_op * | op | ) |
Definition at line 95 of file transport_op_string.cc.
| std::string grpc_transport_stream_op_batch_string | ( | grpc_transport_stream_op_batch * | op | ) |
Definition at line 44 of file transport_op_string.cc.