Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_compression_test.py34 def handle_stream(request_iterator, servicer_context): function
55 self.stream_stream = handle_stream
/external/rust/crates/quiche/examples/
Dserver.rs319 handle_stream(client, s, stream_buf, "examples/root"); in main()
436 fn handle_stream(client: &mut Client, stream_id: u64, buf: &[u8], root: &str) { in handle_stream() function