Static Public Member Functions | Private Attributes | List of all members
grpc_core::ContextList Class Reference

#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
 
ContextListnext_ = nullptr
 
void * trace_context_ = nullptr
 

Detailed Description

A list of RPC Contexts

Definition at line 32 of file context_list.h.

Member Function Documentation

◆ Append()

void grpc_core::ContextList::Append ( ContextList **  head,
grpc_chttp2_stream s 
)
static

Definition at line 34 of file context_list.cc.

◆ Execute()

void grpc_core::ContextList::Execute ( void *  arg,
Timestamps ts,
grpc_error_handle  error 
)
static

Definition at line 47 of file context_list.cc.

Member Data Documentation

◆ byte_offset_

size_t grpc_core::ContextList::byte_offset_ = 0
private

Definition at line 46 of file context_list.h.

◆ next_

ContextList* grpc_core::ContextList::next_ = nullptr
private

Definition at line 45 of file context_list.h.

◆ trace_context_

void* grpc_core::ContextList::trace_context_ = nullptr
private

Definition at line 44 of file context_list.h.


The documentation for this class was generated from the following files:


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