Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc193 uint32_t test_only_last_message_flags; member
771 flags = call->test_only_last_message_flags; in grpc_call_test_only_get_message_flags()
1272 call->test_only_last_message_flags = call->receiving_stream->flags(); in process_data_after_md()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc232 uint32_t test_only_last_message_flags = 0; member
817 flags = call->test_only_last_message_flags; in grpc_call_test_only_get_message_flags()
1328 call->test_only_last_message_flags = call->receiving_stream->flags(); in process_data_after_md()