#include <context_list.h>
Static Public Member Functions | |
static void | Append (ContextList **head, grpc_chttp2_stream *s) |
static void | Execute (void *arg, Timestamps *ts, grpc_error_handle error) |
Private Attributes | |
size_t | byte_offset_ = 0 |
ContextList * | next_ = nullptr |
void * | trace_context_ = nullptr |
A list of RPC Contexts
Definition at line 32 of file context_list.h.
|
static |
Definition at line 34 of file context_list.cc.
|
static |
Definition at line 47 of file context_list.cc.
|
private |
Definition at line 46 of file context_list.h.
|
private |
Definition at line 45 of file context_list.h.
|
private |
Definition at line 44 of file context_list.h.