Home
last modified time | relevance | path

Searched defs:inproc_stream (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc124 struct inproc_stream { struct
125 inproc_stream(inproc_transport* t, grpc_stream_refcount* refcount, in inproc_stream() function
196 ~inproc_stream() { in ~inproc_stream()
215 void ref(const char* reason) { in ref()
220 void unref(const char* reason) { in unref()
227 inproc_transport* t;
228 grpc_metadata_batch to_read_initial_md;
229 uint32_t to_read_initial_md_flags = 0;
230 bool to_read_initial_md_filled = false;
231 grpc_metadata_batch to_read_trailing_md;
[all …]