Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/python/interceptors/headers/
Dheader_manipulator_client_interceptor.py32 def intercept_call(client_call_details, request_iterator, request_streaming, argument
/external/protobuf/src/google/protobuf/
Dapi.proto103 bool request_streaming = 3; field
Dapi.pb.h767 inline bool Method::request_streaming() const { in request_streaming() function
Dapi.pb.cc1526 bool Method::request_streaming() const { in request_streaming() function in google::protobuf::Method
/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.py32 request_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_interceptor_test.py116 def __init__(self, request_streaming, response_streaming, argument
261 def intercept_call(client_call_details, request_iterator, request_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
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc126 auto request_streaming = std::bind( in AsyncQpsServerTest() local