/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | benchmark_server.py | 22 def UnaryCall(self, request, context): member in BenchmarkServer 39 def UnaryCall(self, request, context): member in GenericBenchmarkServer
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | benchmark_servicer.py | 27 async def UnaryCall(self, request, unused_context): member in BenchmarkServicer 50 async def UnaryCall(self, unused_request, unused_context): member in GenericBenchmarkServicer
|
/third_party/grpc/src/php/lib/Grpc/ |
D | UnaryCall.php | 26 class UnaryCall extends AbstractCall class
|
D | CallInvoker.php | 29 public function UnaryCall($channel, $method, $deserialize, $options); function
|
D | DefaultCallInvoker.php | 31 public function UnaryCall($channel, $method, $deserialize, $options) { function in Grpc\\DefaultCallInvoker
|
/third_party/grpc/examples/protos/ |
D | auth_sample.proto | 41 rpc UnaryCall(Request) returns (Response); rpc
|
/third_party/grpc/src/php/tests/unit_tests/ |
D | CallInvokerTest.php | 67 public function UnaryCall( function in CallInvokerClient 95 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerUpdateChannel 125 public function UnaryCall($channel, $method, $deserialize, $options) { function in CallInvokerChangeRequest
|
/third_party/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | BenchmarkServiceImpl.cs | 38 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.Testing.BenchmarkServiceImpl
|
D | BenchmarkServiceGrpc.cs | 117 …lobal::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(global::Grpc.Tes… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase 208 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient 219 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient
|
D | CustomErrorDetailsTest.cs | 111 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.CustomErrorDetailsTest.CustomErrorDetailsTestServiceImpl
|
D | XdsInteropClientTest.cs | 163 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.XdsInteropClientTest.BackendServiceImpl
|
D | MetadataCredentialsTest.cs | 250 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.MetadataCredentialsTest.FakeTestService
|
D | TestServiceImpl.cs | 40 …public override async Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext cont… in UnaryCall() method in Grpc.Testing.TestServiceImpl
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | ContextualMarshallerTest.cs | 88 public void UnaryCall() in UnaryCall() method in Grpc.Core.Tests.ContextualMarshallerTest
|
D | ClientServerTest.cs | 58 public async Task UnaryCall() in UnaryCall() method in Grpc.Core.Tests.ClientServerTest
|
/third_party/grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/third_party/grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | BenchmarkServiceClient.php | 44 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
|
D | TestServiceClient.php | 61 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
|
/third_party/grpc/test/cpp/interop/ |
D | xds_interop_server.cc | 58 Status UnaryCall(ServerContext* context, const SimpleRequest* request, in UnaryCall() function in TestServiceImpl
|
/third_party/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 89 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() function 125 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() function
|
/third_party/grpc/src/python/grpcio_tests/tests/interop/ |
D | service.py | 55 def UnaryCall(self, request, context): member in TestService
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _python_plugin_test.py | 76 def UnaryCall(self, request, unused_rpc_context): member in _ServicerMethods 147 def UnaryCall(self, request, context): member in _CreateService.Servicer 514 def UnaryCall(self, request, context): member in SimpleStubsPluginTest.Servicer
|