Functions
call_log_batch.cc File Reference
#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"
Include dependency graph for call_log_batch.cc:

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)
 

Function Documentation

◆ add_metadata()

static void add_metadata ( const grpc_metadata md,
size_t  count,
std::vector< std::string > *  b 
)
static

Definition at line 41 of file call_log_batch.cc.

◆ grpc_call_log_batch()

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.

◆ grpc_op_string()

static std::string grpc_op_string ( const grpc_op op)
static

Definition at line 57 of file call_log_batch.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:05