Home
last modified time | relevance | path

Searched refs:write_buffer_trailing_md_filled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/inproc/
H A Dlegacy_inproc_transport.cc230 if (cs->write_buffer_trailing_md_filled) { in inproc_stream()
234 cs->write_buffer_trailing_md_filled = false; in inproc_stream()
283 bool write_buffer_trailing_md_filled = false; member
465 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in fail_helper_locked()
653 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in op_state_machine_locked()
911 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in cancel_stream_locked()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc201 if (cs->write_buffer_trailing_md_filled) { in inproc_stream()
205 cs->write_buffer_trailing_md_filled = false; in inproc_stream()
254 bool write_buffer_trailing_md_filled = false; member
437 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in fail_helper_locked()
625 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in op_state_machine_locked()
877 bool* destfilled = (other == nullptr) ? &s->write_buffer_trailing_md_filled in cancel_stream_locked()