Home
last modified time | relevance | path

Searched defs:response_streaming (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/examples/python/interceptors/headers/
Dheader_manipulator_client_interceptor.py33 response_streaming): argument
/external/protobuf/src/google/protobuf/
Dapi.proto116 bool response_streaming = 5; field
Dapi.pb.h1064 inline bool Method::response_streaming() const { in response_streaming() function
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_compression_test.py45 def __init__(self, request_streaming, response_streaming): argument
D_empty_message_test.py53 def __init__(self, request_streaming, response_streaming): argument
D_channel_close_test.py33 response_streaming = True variable in _MethodHandler
D_resource_exhausted_test.py96 def __init__(self, trigger, request_streaming, response_streaming): argument
D_metadata_test.py138 def __init__(self, test, request_streaming, response_streaming): argument
D_exit_scenarios.py95 def __init__(self, request_streaming, response_streaming, partial_hang): argument
D_invocation_defects_test.py116 def __init__(self, request_streaming, response_streaming, argument
D_rpc_test.py120 def __init__(self, request_streaming, response_streaming, argument
D_interceptor_test.py116 def __init__(self, request_streaming, response_streaming, argument
/external/protobuf/php/src/Google/Protobuf/
DMethod.php47 private $response_streaming = false; variable in Google\\Protobuf\\Method
/external/rust/crates/protobuf/src/well_known_types/
Dapi.rs469 pub response_streaming: bool, field