Home
last modified time | relevance | path

Searched refs:CLIENT_STREAMING (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_interceptor.h59 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),
Dclient_interceptor.h73 CLIENT_STREAMING, enumerator
104 static_assert(Type::CLIENT_STREAMING ==
105 static_cast<Type>(internal::RpcMethod::CLIENT_STREAMING),
Drpc_method.h33 CLIENT_STREAMING, // request streaming enumerator
/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h43 CLIENT_STREAMING, enumerator
63 {CLIENT_STREAMING, "client_streaming"},
Dstress_interop_client.cc136 case CLIENT_STREAMING: { in RunTest()
/third_party/grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py36 methods.TestCase.CLIENT_STREAMING.test_interoperability(self.stub, None)
Dmethods.py427 CLIENT_STREAMING = 'client_streaming' variable in TestCase
450 elif self is TestCase.CLIENT_STREAMING:
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.cc34 …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/
Dlocal_interop_test.py52 await methods.test_interoperability(methods.TestCase.CLIENT_STREAMING,
Dmethods.py400 CLIENT_STREAMING = 'client_streaming' variable in TestCase
421 TestCase.CLIENT_STREAMING: _client_streaming,
/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java148 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) in getGetMaxHitPointMethod()
/third_party/grpc/test/cpp/end2end/
Dserver_interceptors_end2end_test.cc66 type == experimental::ServerRpcInfo::Type::CLIENT_STREAMING) || in LoggingInterceptor()
/third_party/grpc/src/cpp/server/
Dserver_cc.cc1024 case grpc::internal::RpcMethod::CLIENT_STREAMING: in PayloadHandlingForMethod()