Home
last modified time | relevance | path

Searched refs:UnaryCall (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/http2/
H A Dnegative_http2_client.py61 first_response = stub.UnaryCall(_SIMPLE_REQUEST)
65 second_response = stub.UnaryCall(_SIMPLE_REQUEST)
71 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
77 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
83 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
89 response = stub.UnaryCall(_SIMPLE_REQUEST)
96 response = stub.UnaryCall(_SIMPLE_REQUEST)
103 futures.append(stub.UnaryCall.future(_SIMPLE_REQUEST))
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/http2/
H A Dnegative_http2_client.py61 first_response = stub.UnaryCall(_SIMPLE_REQUEST)
65 second_response = stub.UnaryCall(_SIMPLE_REQUEST)
71 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
77 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
83 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
89 response = stub.UnaryCall(_SIMPLE_REQUEST)
96 response = stub.UnaryCall(_SIMPLE_REQUEST)
103 futures.append(stub.UnaryCall.future(_SIMPLE_REQUEST))
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests/http2/
H A Dnegative_http2_client.py62 first_response = stub.UnaryCall(_SIMPLE_REQUEST)
66 second_response = stub.UnaryCall(_SIMPLE_REQUEST)
72 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
78 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
84 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
90 response = stub.UnaryCall(_SIMPLE_REQUEST)
97 response = stub.UnaryCall(_SIMPLE_REQUEST)
104 futures.append(stub.UnaryCall.future(_SIMPLE_REQUEST))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/http2/
H A Dnegative_http2_client.py61 first_response = stub.UnaryCall(_SIMPLE_REQUEST)
65 second_response = stub.UnaryCall(_SIMPLE_REQUEST)
71 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
77 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
83 resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
89 response = stub.UnaryCall(_SIMPLE_REQUEST)
96 response = stub.UnaryCall(_SIMPLE_REQUEST)
103 futures.append(stub.UnaryCall.future(_SIMPLE_REQUEST))
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/stats/grpc_testing/
H A Dtest_grpc.pb.go22 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
45 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
174 UnaryCall func(context.Context, *SimpleRequest) (*SimpleResponse, error) member
186 if s.UnaryCall == nil {
194 return s.UnaryCall(ctx, in)
201 return s.UnaryCall(ctx, req.(*SimpleRequest))
328 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error)
330 ns.UnaryCall = h.UnaryCall
357 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
/dports/devel/grpc130/grpc-1.30.2/src/php/tests/unit_tests/
H A DCallInvokerTest.php67 public function UnaryCall( function in CallInvokerClient
95 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
96 return new UnaryCall($channel, $method, $deserialize, $options);
125 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
148 $this->call = new \Grpc\UnaryCall($channel, $method, $deserialize, $options);
207 $unary_call = $client->UnaryCall($req);
/dports/devel/grpc/grpc-1.42.0/src/php/tests/unit_tests/
H A DCallInvokerTest.php67 public function UnaryCall( function in CallInvokerClient
95 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
96 return new UnaryCall($channel, $method, $deserialize, $options);
125 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
148 $this->call = new \Grpc\UnaryCall($channel, $method, $deserialize, $options);
209 $unary_call = $client->UnaryCall($req);
/dports/devel/grpc134/grpc-1.34.1/src/php/tests/unit_tests/
H A DCallInvokerTest.php67 public function UnaryCall( function in CallInvokerClient
95 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
96 return new UnaryCall($channel, $method, $deserialize, $options);
125 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
148 $this->call = new \Grpc\UnaryCall($channel, $method, $deserialize, $options);
207 $unary_call = $client->UnaryCall($req);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/php/tests/unit_tests/
H A DCallInvokerTest.php67 public function UnaryCall( function in CallInvokerClient
95 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel
96 return new UnaryCall($channel, $method, $deserialize, $options);
125 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
148 $this->call = new \Grpc\UnaryCall($channel, $method, $deserialize, $options);
207 $unary_call = $client->UnaryCall($req);
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/protoc_plugin/
H A D_python_plugin_test.py76 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods
147 def UnaryCall(self, request, context): member in _CreateService.Servicer
148 return servicer_methods.UnaryCall(request, context)
248 service.stub.UnaryCall(request)
256 response = service.stub.UnaryCall(request)
257 expected_response = service.servicer_methods.UnaryCall(
278 response_future = service.stub.UnaryCall.future(
514 def UnaryCall(self, request, context): member in SimpleStubsPluginTest.Servicer
549 response = service_pb2_grpc.TestService.UnaryCall(
555 expected_response = self.servicer_methods.UnaryCall(
[all …]
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests/protoc_plugin/
H A D_python_plugin_test.py75 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods
146 def UnaryCall(self, request, context): member in _CreateService.Servicer
147 return servicer_methods.UnaryCall(request, context)
247 service.stub.UnaryCall(request)
255 response = service.stub.UnaryCall(request)
256 expected_response = service.servicer_methods.UnaryCall(
277 response_future = service.stub.UnaryCall.future(
513 def UnaryCall(self, request, context): member in SimpleStubsPluginTest.Servicer
548 response = service_pb2_grpc.TestService.UnaryCall(
554 expected_response = self.servicer_methods.UnaryCall(
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/protoc_plugin/
H A D_python_plugin_test.py76 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods
147 def UnaryCall(self, request, context): member in _CreateService.Servicer
148 return servicer_methods.UnaryCall(request, context)
248 service.stub.UnaryCall(request)
256 response = service.stub.UnaryCall(request)
257 expected_response = service.servicer_methods.UnaryCall(
269 expected_response = service.servicer_methods.UnaryCall(
278 response_future = service.stub.UnaryCall.future(
514 def UnaryCall(self, request, context): member in SimpleStubsPluginTest.Servicer
549 response = service_pb2_grpc.TestService.UnaryCall(
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/test/grpc_testing/
H A Dtest_grpc.pb.go24 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
67 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
235 UnaryCall func(context.Context, *SimpleRequest) (*SimpleResponse, error) member
274 if s.UnaryCall == nil {
282 return s.UnaryCall(ctx, in)
289 return s.UnaryCall(ctx, req.(*SimpleRequest))
459 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error)
461 ns.UnaryCall = h.UnaryCall
495 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/protoc_plugin/
H A D_python_plugin_test.py75 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods
146 def UnaryCall(self, request, context): member in _CreateService.Servicer
147 return servicer_methods.UnaryCall(request, context)
246 service.stub.UnaryCall(request)
254 response = service.stub.UnaryCall(request)
255 expected_response = service.servicer_methods.UnaryCall(
265 response_future = service.stub.UnaryCall.future(request)
267 expected_response = service.servicer_methods.UnaryCall(
276 response_future = service.stub.UnaryCall.future(
289 response_future = service.stub.UnaryCall.future(request)
[all …]
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.IntegrationTesting/
H A DMetadataCredentialsTest.cs88 client.UnaryCall(new SimpleRequest { }); in MetadataCredentials_Channel()
111 client.UnaryCall(new SimpleRequest { }, new CallOptions(credentials: callCredentials)); in MetadataCredentials_PerCall()
144 … client.UnaryCall(new SimpleRequest { }, new CallOptions(credentials: perCallCredentials)); in MetadataCredentials_BothChannelAndPerCall()
224 client.UnaryCall(new SimpleRequest { }); in MetadataCredentials_InterceptorLeavesMetadataEmpty()
239 var ex = Assert.Throws<RpcException>(() => client.UnaryCall(new SimpleRequest { })); in MetadataCredentials_InterceptorThrows()
250 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.MetadataCredentialsTest.FakeTestService
256 return base.UnaryCall(request, context); in UnaryCall()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.IntegrationTesting/
H A DMetadataCredentialsTest.cs88 client.UnaryCall(new SimpleRequest { }); in MetadataCredentials_Channel()
111 client.UnaryCall(new SimpleRequest { }, new CallOptions(credentials: callCredentials)); in MetadataCredentials_PerCall()
144 … client.UnaryCall(new SimpleRequest { }, new CallOptions(credentials: perCallCredentials)); in MetadataCredentials_BothChannelAndPerCall()
224 client.UnaryCall(new SimpleRequest { }); in MetadataCredentials_InterceptorLeavesMetadataEmpty()
239 var ex = Assert.Throws<RpcException>(() => client.UnaryCall(new SimpleRequest { })); in MetadataCredentials_InterceptorThrows()
250 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.MetadataCredentialsTest.FakeTestService
256 return base.UnaryCall(request, context); in UnaryCall()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.IntegrationTesting/
H A DMetadataCredentialsTest.cs88 client.UnaryCall(new SimpleRequest { }); in MetadataCredentials_Channel()
111 client.UnaryCall(new SimpleRequest { }, new CallOptions(credentials: callCredentials)); in MetadataCredentials_PerCall()
144 … client.UnaryCall(new SimpleRequest { }, new CallOptions(credentials: perCallCredentials)); in MetadataCredentials_BothChannelAndPerCall()
224 client.UnaryCall(new SimpleRequest { }); in MetadataCredentials_InterceptorLeavesMetadataEmpty()
239 var ex = Assert.Throws<RpcException>(() => client.UnaryCall(new SimpleRequest { })); in MetadataCredentials_InterceptorThrows()
250 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.MetadataCredentialsTest.FakeTestService
256 return base.UnaryCall(request, context); in UnaryCall()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/benchmark/grpc_testing/
H A Dservices_grpc.pb.go22 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
43 func (c *benchmarkServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.Cal… func
133 UnaryCall func(context.Context, *SimpleRequest) (*SimpleResponse, error) member
143 if s.UnaryCall == nil {
151 return s.UnaryCall(ctx, in)
158 return s.UnaryCall(ctx, req.(*SimpleRequest))
258 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error)
260 ns.UnaryCall = h.UnaryCall
282 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/stats/grpc_testing/
H A Dtest_grpc.pb.go22 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
41 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
153 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
168 func (*UnimplementedTestServiceServer) UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse,… func
191 return srv.(TestServiceServer).UnaryCall(ctx, in)
198 return srv.(TestServiceServer).UnaryCall(ctx, req.(*SimpleRequest))
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/stats/grpc_testing/
H A Dtest_grpc.pb.go22 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
41 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
153 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
168 func (*UnimplementedTestServiceServer) UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse,… func
191 return srv.(TestServiceServer).UnaryCall(ctx, in)
198 return srv.(TestServiceServer).UnaryCall(ctx, req.(*SimpleRequest))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/google.golang.org/grpc/stats/grpc_testing/
H A Dtest_grpc.pb.go22 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
41 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
153 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
169 func (UnimplementedTestServiceServer) UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, … func
200 return srv.(TestServiceServer).UnaryCall(ctx, in)
207 return srv.(TestServiceServer).UnaryCall(ctx, req.(*SimpleRequest))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/google.golang.org/grpc/stats/grpc_testing/
H A Dtest_grpc.pb.go22 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
41 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
153 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
169 func (UnimplementedTestServiceServer) UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, … func
200 return srv.(TestServiceServer).UnaryCall(ctx, in)
207 return srv.(TestServiceServer).UnaryCall(ctx, req.(*SimpleRequest))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/grpc/grpc-go-1.34.0/stats/grpc_testing/
H A Dtest_grpc.pb.go22 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
41 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
153 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
169 func (UnimplementedTestServiceServer) UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, … func
200 return srv.(TestServiceServer).UnaryCall(ctx, in)
207 return srv.(TestServiceServer).UnaryCall(ctx, req.(*SimpleRequest))
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/interop/grpc_testing/
H A Dtest_grpc.pb.go24 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error) methodSpec
67 func (c *testServiceClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOpti… func
235 UnaryCall func(context.Context, *SimpleRequest) (*SimpleResponse, error) member
274 if s.UnaryCall == nil {
282 return s.UnaryCall(ctx, in)
289 return s.UnaryCall(ctx, req.(*SimpleRequest))
459 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error)
461 ns.UnaryCall = h.UnaryCall
495 UnaryCall(context.Context, *SimpleRequest) (*SimpleResponse, error) methodSpec
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests_aio/unit/
H A Dclose_channel_test.py72 calls = [stub.UnaryCall(messages_pb2.SimpleRequest()) for _ in range(2)]
117 stub.UnaryCall(messages_pb2.SimpleRequest()) for _ in range(2)
129 call1 = stub1.UnaryCall(messages_pb2.SimpleRequest())
130 call2 = stub2.UnaryCall(messages_pb2.SimpleRequest())

12345678910>>...47