Searched refs:CLIENT_STREAMING (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | server_interceptor.h | 59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator 85 static_assert(Type::CLIENT_STREAMING == 86 static_cast<Type>(internal::RpcMethod::CLIENT_STREAMING),
|
D | client_interceptor.h | 73 CLIENT_STREAMING, enumerator 104 static_assert(Type::CLIENT_STREAMING == 105 static_cast<Type>(internal::RpcMethod::CLIENT_STREAMING),
|
D | rpc_method.h | 33 CLIENT_STREAMING, // request streaming enumerator
|
/third_party/grpc/test/cpp/interop/ |
D | stress_interop_client.h | 43 CLIENT_STREAMING, enumerator 63 {CLIENT_STREAMING, "client_streaming"},
|
D | stress_interop_client.cc | 136 case CLIENT_STREAMING: { in RunTest()
|
/third_party/grpc/src/python/grpcio_tests/tests/interop/ |
D | _intraop_test_case.py | 36 methods.TestCase.CLIENT_STREAMING.test_interoperability(self.stub, None)
|
D | methods.py | 427 CLIENT_STREAMING = 'client_streaming' variable in TestCase 450 elif self is TestCase.CLIENT_STREAMING:
|
/third_party/flatbuffers/tests/ |
D | monster_test.grpc.fb.cc | 34 …axHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_STREAMING, channel) in Stub() 99 ::grpc::internal::RpcMethod::CLIENT_STREAMING, in Service()
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/ |
D | local_interop_test.py | 52 await methods.test_interoperability(methods.TestCase.CLIENT_STREAMING,
|
D | methods.py | 400 CLIENT_STREAMING = 'client_streaming' variable in TestCase 421 TestCase.CLIENT_STREAMING: _client_streaming,
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorageGrpc.java | 148 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) in getGetMaxHitPointMethod()
|
/third_party/grpc/test/cpp/end2end/ |
D | server_interceptors_end2end_test.cc | 66 type == experimental::ServerRpcInfo::Type::CLIENT_STREAMING) || in LoggingInterceptor()
|
/third_party/grpc/src/cpp/server/ |
D | server_cc.cc | 1024 case grpc::internal::RpcMethod::CLIENT_STREAMING: in PayloadHandlingForMethod()
|