Home
last modified time | relevance | path

Searched refs:to_read_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.cc232 &to_read_trailing_md, &to_read_trailing_md_filled); in inproc_stream()
274 bool to_read_trailing_md_filled = false; member
466 : &other->to_read_trailing_md_filled; in fail_helper_locked()
646 (s->trailing_md_recvd || s->to_read_trailing_md_filled)) || in op_state_machine_locked()
648 (other->trailing_md_recvd || other->to_read_trailing_md_filled || in op_state_machine_locked()
654 : &other->to_read_trailing_md_filled; in op_state_machine_locked()
750 if (s->to_read_trailing_md_filled) { in op_state_machine_locked()
758 s->to_read_trailing_md_filled = false; in op_state_machine_locked()
803 s->to_read_trailing_md_filled = false; in op_state_machine_locked()
912 : &other->to_read_trailing_md_filled; in cancel_stream_locked()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc203 &to_read_trailing_md, &to_read_trailing_md_filled); in inproc_stream()
245 bool to_read_trailing_md_filled = false; member
438 : &other->to_read_trailing_md_filled; in fail_helper_locked()
618 (s->trailing_md_recvd || s->to_read_trailing_md_filled)) || in op_state_machine_locked()
620 (other->trailing_md_recvd || other->to_read_trailing_md_filled || in op_state_machine_locked()
626 : &other->to_read_trailing_md_filled; in op_state_machine_locked()
716 if (s->to_read_trailing_md_filled) { in op_state_machine_locked()
724 s->to_read_trailing_md_filled = false; in op_state_machine_locked()
769 s->to_read_trailing_md_filled = false; in op_state_machine_locked()
878 : &other->to_read_trailing_md_filled; in cancel_stream_locked()
[all …]