/external/grpc-grpc/examples/python/interceptors/headers/ |
D | header_manipulator_client_interceptor.py | 32 def intercept_call(client_call_details, request_iterator, request_streaming, argument
|
/external/protobuf/src/google/protobuf/ |
D | api.proto | 103 bool request_streaming = 3; field
|
D | api.pb.h | 767 inline bool Method::request_streaming() const { in request_streaming() function
|
D | api.pb.cc | 1526 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.py | 45 def __init__(self, request_streaming, response_streaming): argument
|
D | _empty_message_test.py | 53 def __init__(self, request_streaming, response_streaming): argument
|
D | _channel_close_test.py | 32 request_streaming = True variable in _MethodHandler
|
D | _resource_exhausted_test.py | 96 def __init__(self, trigger, request_streaming, response_streaming): argument
|
D | _metadata_test.py | 138 def __init__(self, test, request_streaming, response_streaming): argument
|
D | _interceptor_test.py | 116 def __init__(self, request_streaming, response_streaming, argument 261 def intercept_call(client_call_details, request_iterator, request_streaming, argument
|
D | _exit_scenarios.py | 95 def __init__(self, request_streaming, response_streaming, partial_hang): argument
|
D | _invocation_defects_test.py | 116 def __init__(self, request_streaming, response_streaming, argument
|
D | _rpc_test.py | 120 def __init__(self, request_streaming, response_streaming, argument
|
/external/grpc-grpc/test/cpp/qps/ |
D | server_async.cc | 126 auto request_streaming = std::bind( in AsyncQpsServerTest() local
|