Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/inproc/
H A Dlegacy_inproc_transport.cc181 struct inproc_stream { struct
182 inproc_stream(inproc_transport* t, grpc_stream_refcount* refcount, in inproc_stream() function
246 ~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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc152 struct inproc_stream { struct
153 inproc_stream(inproc_transport* t, grpc_stream_refcount* refcount, in inproc_stream() function
217 ~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 …]