/external/rust/crates/grpcio-sys/grpc/spm-cpp-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
|
/external/rust/crates/grpcio-sys/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
|
/external/grpc-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()
|
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/ |
D | SimpleServiceTest.java | 20 import static io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING; 64 assertEquals(CLIENT_STREAMING, genericTypeShouldMatchWhenAssigned.getType()); in serviceMethodDescriotrs()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | rpc_method.h | 33 CLIENT_STREAMING, // request streaming enumerator
|
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | TestCases.java | 32 CLIENT_STREAMING("request streaming with single response"), enumConstant
|
D | TestServiceClient.java | 241 case CLIENT_STREAMING: in runTest()
|
D | StressTestClient.java | 466 case CLIENT_STREAMING: in runTestCase()
|
/external/grpc-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 | 465 CLIENT_STREAMING = 'client_streaming' variable in TestCase 487 elif self is TestCase.CLIENT_STREAMING:
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | MethodDescriptorTest.java | 43 .setType(MethodType.CLIENT_STREAMING) in createMethodDescriptor() 49 assertEquals(MethodType.CLIENT_STREAMING, descriptor.getType()); in createMethodDescriptor()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | MethodDescriptor.java | 90 CLIENT_STREAMING, enumConstant 127 return this == UNARY || this == CLIENT_STREAMING; in serverSendsOneMessage()
|
/external/pigweed/pw_protobuf/py/pw_protobuf/ |
D | proto_tree.py | 329 CLIENT_STREAMING = 'kClientStreaming' variable in ProtoServiceMethod.Type 354 return (self._type is self.Type.CLIENT_STREAMING 448 method_type = ProtoServiceMethod.Type.CLIENT_STREAMING
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | descriptors.py | 185 CLIENT_STREAMING = 2 variable in Method.Type 212 return self.Type.CLIENT_STREAMING
|
D | callback_client.py | 447 if method.type is Method.Type.CLIENT_STREAMING:
|
/external/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()
|
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/ |
D | SimpleServiceGrpc.java | 72 methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) 81 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) in getClientStreamingRpcMethod()
|
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
D | BenchmarkServiceGrpc.java | 101 methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) 110 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) in getStreamingFromClientMethod()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorageGrpc.java | 148 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) in getGetMaxHitPointMethod()
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | TestServiceGrpc.java | 169 methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) 178 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) in getStreamingInputCallMethod()
|