#include <grpc/support/port_platform.h>#include <inttypes.h>#include <stddef.h>#include <algorithm>#include <string>#include <vector>#include "absl/strings/str_format.h"#include "absl/strings/str_join.h"#include "absl/strings/string_view.h"#include <grpc/impl/codegen/grpc_types.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include "src/core/lib/gpr/string.h"#include "src/core/lib/slice/slice_internal.h"#include "src/core/lib/slice/slice_string_helpers.h"#include "src/core/lib/surface/call.h"
Go to the source code of this file.
Functions | |
| static void | add_metadata (const grpc_metadata *md, size_t count, std::vector< std::string > *b) |
| void | grpc_call_log_batch (const char *file, int line, gpr_log_severity severity, const grpc_op *ops, size_t nops) |
| static std::string | grpc_op_string (const grpc_op *op) |
|
static |
Definition at line 41 of file call_log_batch.cc.
| void grpc_call_log_batch | ( | const char * | file, |
| int | line, | ||
| gpr_log_severity | severity, | ||
| const grpc_op * | ops, | ||
| size_t | nops | ||
| ) |
Definition at line 111 of file call_log_batch.cc.
Definition at line 57 of file call_log_batch.cc.