Searched defs:inproc_stream (Results 1 – 2 of 2) sorted by relevance
181 struct inproc_stream { struct182 inproc_stream(inproc_transport* t, grpc_stream_refcount* refcount, in inproc_stream() function246 ~inproc_stream() { t->unref(); } in ~inproc_stream()255 void ref(const char* reason) { in ref()260 void unref(const char* reason) { in unref()267 inproc_transport* t;268 grpc_stream_refcount* refs;269 grpc_core::Arena* arena;271 grpc_metadata_batch to_read_initial_md;272 bool to_read_initial_md_filled = false;[all …]
152 struct inproc_stream { struct153 inproc_stream(inproc_transport* t, grpc_stream_refcount* refcount, in inproc_stream() function217 ~inproc_stream() { t->unref(); } in ~inproc_stream()226 void ref(const char* reason) { in ref()231 void unref(const char* reason) { in unref()238 inproc_transport* t;239 grpc_stream_refcount* refs;240 grpc_core::Arena* arena;242 grpc_metadata_batch to_read_initial_md{arena};243 bool to_read_initial_md_filled = false;[all …]