#include <grpc/support/port_platform.h>
#include "src/core/lib/surface/event_string.h"
#include <algorithm>
#include <vector>
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
Go to the source code of this file.
Functions | |
static void | adderr (int success, std::vector< std::string > *buf) |
static void | addhdr (grpc_event *ev, std::vector< std::string > *buf) |
static const char * | errstr (int success) |
std::string | grpc_event_string (grpc_event *ev) |
|
static |
Definition at line 35 of file event_string.cc.
|
static |
Definition at line 29 of file event_string.cc.
Definition at line 33 of file event_string.cc.
std::string grpc_event_string | ( | grpc_event * | ev | ) |
Definition at line 39 of file event_string.cc.