Searched refs:ContextList (Results 1 – 5 of 5) sorted by relevance
30 void ContextList::Append(ContextList** head, grpc_chttp2_stream* s) { in Append()36 ContextList* elem = new ContextList(); in Append()43 void ContextList::Execute(void* arg, grpc_core::Timestamps* ts, in Execute()45 ContextList* head = static_cast<ContextList*>(arg); in Execute()46 ContextList* to_be_freed; in Execute()
30 class ContextList {34 static void Append(ContextList** head, grpc_chttp2_stream* s);43 ContextList* next_ = nullptr;
49 class ContextList; variable489 grpc_core::ContextList* cl = nullptr;
659 grpc_core::ContextList::Append(&t->cl, s); in grpc_chttp2_begin_write()
190 grpc_core::ContextList::Execute(cl, nullptr, error); in ~grpc_chttp2_transport()