Home
last modified time | relevance | path

Searched refs:SERVER_STREAMING (Results 1 – 25 of 40) sorted by relevance

12

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DMethodDescriptorTest.java58 .setType(MethodType.SERVER_STREAMING) in idempotent()
71 assertEquals(MethodType.SERVER_STREAMING, newDescriptor.getType()); in idempotent()
96 .setType(MethodType.SERVER_STREAMING) in safeAndNonUnary()
109 .setType(MethodType.SERVER_STREAMING) in sampledToLocalTracing()
124 .setType(MethodType.SERVER_STREAMING) in sampledToLocalTracing()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_interceptor.h59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
88 static_assert(Type::SERVER_STREAMING ==
89 static_cast<Type>(internal::RpcMethod::SERVER_STREAMING),
Dclient_interceptor.h74 SERVER_STREAMING, enumerator
107 static_assert(Type::SERVER_STREAMING ==
108 static_cast<Type>(internal::RpcMethod::SERVER_STREAMING),
Drpc_method.h34 SERVER_STREAMING, // response streaming enumerator
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_interceptor.h59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
88 static_assert(Type::SERVER_STREAMING ==
89 static_cast<Type>(internal::RpcMethod::SERVER_STREAMING),
Dclient_interceptor.h74 SERVER_STREAMING, enumerator
107 static_assert(Type::SERVER_STREAMING ==
108 static_cast<Type>(internal::RpcMethod::SERVER_STREAMING),
Drpc_method.h34 SERVER_STREAMING, // response streaming enumerator
/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h44 SERVER_STREAMING, enumerator
64 {SERVER_STREAMING, "server_streaming"},
Dstress_interop_client.cc140 case SERVER_STREAMING: { in RunTest()
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java21 import static io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING;
67 assertEquals(SERVER_STREAMING, genericTypeShouldMatchWhenAssigned.getType()); in serviceMethodDescriotrs()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h34 SERVER_STREAMING, // response streaming enumerator
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java36 SERVER_STREAMING("single request with response streaming"), enumConstant
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py33 methods.TestCase.SERVER_STREAMING.test_interoperability(self.stub, None)
Dmethods.py464 SERVER_STREAMING = 'server_streaming' variable in TestCase
485 elif self is TestCase.SERVER_STREAMING:
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMethodDescriptor.java95 SERVER_STREAMING, enumConstant
116 return this == UNARY || this == SERVER_STREAMING; in clientSendsOneMessage()
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py328 SERVER_STREAMING = 'kServerStreaming' variable in ProtoServiceMethod.Type
350 return (self._type is self.Type.SERVER_STREAMING
450 method_type = ProtoServiceMethod.Type.SERVER_STREAMING
/external/pigweed/pw_rpc/py/pw_rpc/
Ddescriptors.py184 SERVER_STREAMING = 1 variable in Method.Type
209 return self.Type.SERVER_STREAMING
Dcodegen_nanopb.py83 elif method.type() == ProtoServiceMethod.Type.SERVER_STREAMING:
Dcodegen.py203 if method.type() is ProtoServiceMethod.Type.SERVER_STREAMING:
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.cc33 …d_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMING, channel) in Stub()
94 ::grpc::internal::RpcMethod::SERVER_STREAMING, in Service()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DStressTestClientTest.java93 new TestCaseWeightPair(TestCases.SERVER_STREAMING, 30)); in allCommandlineSwitchesAreSupported()
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
DHealthGrpc.java69 methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
78 .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) in getWatchMethod()
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DMetricsServiceGrpc.java37 methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
46 .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) in getGetAllGaugesMethod()
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc149 method->method_type() == internal::RpcMethod::SERVER_STREAMING), in SyncRequest()
483 case internal::RpcMethod::SERVER_STREAMING: in PayloadHandlingForMethod()
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java104 methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
113 .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) in getServerStreamingRpcMethod()

12