Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/python/interceptors/headers/
Dheader_manipulator_client_interceptor.py35 request_streaming, argument
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dapi.proto108 bool request_streaming = 3; field
/external/protobuf/src/google/protobuf/
Dapi.proto108 bool request_streaming = 3; field
Dapi.pb.h1178 inline bool Method::request_streaming() const { in request_streaming() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Dapi.proto108 bool request_streaming = 3; field
Dapi.pb.h1163 inline bool Method::request_streaming() const { in request_streaming() function
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_channel_close_test.py36 request_streaming = True variable in _StreamingMethodHandler
47 request_streaming = False variable in _UnaryMethodHandler
D_error_message_encoding_test.py37 def __init__(self, request_streaming=None, response_streaming=None): argument
D_empty_message_test.py53 def __init__(self, request_streaming, response_streaming): argument
D_resource_exhausted_test.py95 def __init__(self, trigger, request_streaming, response_streaming): argument
D_metadata_test.py145 def __init__(self, test, request_streaming, response_streaming): argument
D_metadata_flags_test.py61 def __init__(self, test, request_streaming, response_streaming): argument
D_interceptor_test.py161 request_streaming, argument
400 request_streaming, argument
D_exit_scenarios.py95 def __init__(self, request_streaming, response_streaming, partial_hang): argument
D_invocation_defects_test.py117 request_streaming, argument
D_rpc_test_helpers.py185 request_streaming, argument
D_compression_test.py129 self, request_streaming, response_streaming, pre_response_callback argument
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DMethod.php35 protected $request_streaming = false; variable in Google\\Protobuf\\Method
/external/protobuf/php/src/Google/Protobuf/
DMethod.php35 protected $request_streaming = false; variable in Google\\Protobuf\\Method
/external/grpc-grpc/src/python/grpcio_tests/tests/observability/
D_test_server.py65 def __init__(self, request_streaming, response_streaming): argument
/external/rust/crates/protobuf/src/well_known_types/
Dapi.rs309 pub request_streaming: bool, field
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc134 auto request_streaming = std::bind( in AsyncQpsServerTest() local
/external/rust/crates/protobuf/2.27.1/src/well_known_types/
Dapi.rs467 pub request_streaming: bool, field