Home
last modified time | relevance | path

Searched refs:ContextList (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list.cc30 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()
Dcontext_list.h30 class ContextList {
34 static void Append(ContextList** head, grpc_chttp2_stream* s);
43 ContextList* next_ = nullptr;
Dinternal.h49 class ContextList; variable
489 grpc_core::ContextList* cl = nullptr;
Dwriting.cc659 grpc_core::ContextList::Append(&t->cl, s); in grpc_chttp2_begin_write()
Dchttp2_transport.cc190 grpc_core::ContextList::Execute(cl, nullptr, error); in ~grpc_chttp2_transport()