Lines Matching refs:grpc
26 using grpc = global::Grpc.Core; typedef
37 …static readonly grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grp…
38 …static readonly grpc::Marshaller<global::Grpc.Testing.SimpleRequest> __Marshaller_grpc_testing_Sim…
39 …static readonly grpc::Marshaller<global::Grpc.Testing.SimpleResponse> __Marshaller_grpc_testing_Si…
40 …atic readonly grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallRequest> __Marshaller_grpc_…
41 …tic readonly grpc::Marshaller<global::Grpc.Testing.StreamingOutputCallResponse> __Marshaller_grpc_…
42 …tatic readonly grpc::Marshaller<global::Grpc.Testing.StreamingInputCallRequest> __Marshaller_grpc_…
43 …atic readonly grpc::Marshaller<global::Grpc.Testing.StreamingInputCallResponse> __Marshaller_grpc_…
45 …static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_Empt…
46 grpc::MethodType.Unary,
52 …static readonly grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleRespon…
53 grpc::MethodType.Unary,
59 …atic readonly grpc::Method<global::Grpc.Testing.SimpleRequest, global::Grpc.Testing.SimpleResponse…
60 grpc::MethodType.Unary,
66 … grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOutpu…
67 grpc::MethodType.ServerStreaming,
73 …y grpc::Method<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testing.StreamingInput…
74 grpc::MethodType.ClientStreaming,
80 …ly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOut…
81 grpc::MethodType.DuplexStreaming,
87 …ly grpc::Method<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Testing.StreamingOut…
88 grpc::MethodType.DuplexStreaming,
94 …static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_Unim…
95 grpc::MethodType.Unary,
116 …global::Grpc.Testing.Empty> EmptyCall(global::Grpc.Testing.Empty request, grpc::ServerCallContext … in EmptyCall()
118 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in EmptyCall()
127 …ing.SimpleResponse> UnaryCall(global::Grpc.Testing.SimpleRequest request, grpc::ServerCallContext … in UnaryCall()
129 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnaryCall()
140 …eResponse> CacheableUnaryCall(global::Grpc.Testing.SimpleRequest request, grpc::ServerCallContext … in CacheableUnaryCall()
142 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in CacheableUnaryCall()
153 …gOutputCallRequest request, grpc::IServerStreamWriter<global::Grpc.Testing.StreamingOutputCallResp… in StreamingOutputCall()
155 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingOutputCall()
165 …lResponse> StreamingInputCall(grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingInputCallRequ… in StreamingInputCall()
167 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in StreamingInputCall()
179 …grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingOutputCallRequest> requestStream, grpc::ISe… in FullDuplexCall()
181 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in FullDuplexCall()
194 …grpc::IAsyncStreamReader<global::Grpc.Testing.StreamingOutputCallRequest> requestStream, grpc::ISe… in HalfDuplexCall()
196 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in HalfDuplexCall()
206 …Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Empty request, grpc::ServerCallContext … in UnimplementedCall()
208 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
214 public partial class TestServiceClient : grpc::ClientBase<TestServiceClient>
218 public TestServiceClient(grpc::Channel channel) : base(channel) in TestServiceClient()
223 public TestServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in TestServiceClient()
244 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall()
246 return EmptyCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCall()
254 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall()
266 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testin… in EmptyCallAsync()
268 return EmptyCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in EmptyCallAsync()
276 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testin… in EmptyCallAsync()
288 …ting.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest request, grpc::Metadata headers =… in UnaryCall()
290 return UnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnaryCall()
298 …ting.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest request, grpc::CallOptions option… in UnaryCall()
310 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync()
312 return UnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnaryCallAsync()
320 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> UnaryCallAsync(global::Gr… in UnaryCallAsync()
334 …leResponse CacheableUnaryCall(global::Grpc.Testing.SimpleRequest request, grpc::Metadata headers =… in CacheableUnaryCall()
336 … return CacheableUnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in CacheableUnaryCall()
346 …leResponse CacheableUnaryCall(global::Grpc.Testing.SimpleRequest request, grpc::CallOptions option… in CacheableUnaryCall()
360 …ic virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> CacheableUnaryCallAsync(globa… in CacheableUnaryCallAsync()
362 …return CacheableUnaryCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken… in CacheableUnaryCallAsync()
372 …ic virtual grpc::AsyncUnaryCall<global::Grpc.Testing.SimpleResponse> CacheableUnaryCallAsync(globa… in CacheableUnaryCallAsync()
385 …grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCa… in StreamingOutputCall()
387 … return StreamingOutputCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingOutputCall()
396 …grpc::AsyncServerStreamingCall<global::Grpc.Testing.StreamingOutputCallResponse> StreamingOutputCa… in StreamingOutputCall()
408 … grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testi… in StreamingInputCall()
410 return StreamingInputCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in StreamingInputCall()
418 … grpc::AsyncClientStreamingCall<global::Grpc.Testing.StreamingInputCallRequest, global::Grpc.Testi… in StreamingInputCall()
431 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in FullDuplexCall()
433 return FullDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in FullDuplexCall()
442 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in FullDuplexCall()
456 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in HalfDuplexCall()
458 return HalfDuplexCall(new grpc::CallOptions(headers, deadline, cancellationToken)); in HalfDuplexCall()
468 …l grpc::AsyncDuplexStreamingCall<global::Grpc.Testing.StreamingOutputCallRequest, global::Grpc.Tes… in HalfDuplexCall()
481 …:Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::Metadata headers =… in UnimplementedCall()
483 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall()
492 …:Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::CallOptions option… in UnimplementedCall()
505 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
507 …return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)… in UnimplementedCallAsync()
516 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
529 public static grpc::ServerServiceDefinition BindService(TestServiceBase serviceImpl) in BindService()
531 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
551 …static readonly grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grp…
553 …static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_Unim…
554 grpc::MethodType.Unary,
575 …Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.Empty request, grpc::ServerCallContext … in UnimplementedCall()
577 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in UnimplementedCall()
583 public partial class UnimplementedServiceClient : grpc::ClientBase<UnimplementedServiceClient>
587 public UnimplementedServiceClient(grpc::Channel channel) : base(channel) in UnimplementedServiceClient()
592 public UnimplementedServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in UnimplementedServiceClient()
613 …:Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::Metadata headers =… in UnimplementedCall()
615 … return UnimplementedCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in UnimplementedCall()
623 …:Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, grpc::CallOptions option… in UnimplementedCall()
635 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
637 …return UnimplementedCallAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)… in UnimplementedCallAsync()
645 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> UnimplementedCallAsync(global::Grp… in UnimplementedCallAsync()
658 public static grpc::ServerServiceDefinition BindService(UnimplementedServiceBase serviceImpl) in BindService()
660 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()
672 …static readonly grpc::Marshaller<global::Grpc.Testing.ReconnectParams> __Marshaller_grpc_testing_R…
673 …static readonly grpc::Marshaller<global::Grpc.Testing.Empty> __Marshaller_grpc_testing_Empty = grp…
674 …static readonly grpc::Marshaller<global::Grpc.Testing.ReconnectInfo> __Marshaller_grpc_testing_Rec…
676 …static readonly grpc::Method<global::Grpc.Testing.ReconnectParams, global::Grpc.Testing.Empty> __M…
677 grpc::MethodType.Unary,
683 …static readonly grpc::Method<global::Grpc.Testing.Empty, global::Grpc.Testing.ReconnectInfo> __Met…
684 grpc::MethodType.Unary,
699 …::Grpc.Testing.Empty> Start(global::Grpc.Testing.ReconnectParams request, grpc::ServerCallContext … in Start()
701 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Start()
704 …bal::Grpc.Testing.ReconnectInfo> Stop(global::Grpc.Testing.Empty request, grpc::ServerCallContext … in Stop()
706 throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); in Stop()
712 public partial class ReconnectServiceClient : grpc::ClientBase<ReconnectServiceClient>
716 public ReconnectServiceClient(grpc::Channel channel) : base(channel) in ReconnectServiceClient()
721 public ReconnectServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker) in ReconnectServiceClient()
734 …l::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc::Metadata headers =… in Start()
736 return Start(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Start()
738 …l::Grpc.Testing.Empty Start(global::Grpc.Testing.ReconnectParams request, grpc::CallOptions option… in Start()
742 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.Re… in StartAsync()
744 return StartAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StartAsync()
746 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> StartAsync(global::Grpc.Testing.Re… in StartAsync()
750 …obal::Grpc.Testing.ReconnectInfo Stop(global::Grpc.Testing.Empty request, grpc::Metadata headers =… in Stop()
752 return Stop(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in Stop()
754 …obal::Grpc.Testing.ReconnectInfo Stop(global::Grpc.Testing.Empty request, grpc::CallOptions option… in Stop()
758 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync()
760 return StopAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StopAsync()
762 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync()
775 public static grpc::ServerServiceDefinition BindService(ReconnectServiceBase serviceImpl) in BindService()
777 return grpc::ServerServiceDefinition.CreateBuilder() in BindService()