/external/grpc-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
|
/external/grpc-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
|
/external/grpc-grpc/examples/protos/ |
D | auth_sample.proto | 41 rpc UnaryCall(Request) returns (Response); rpc
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
D | test.proto | 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/ |
D | test_service.proto | 25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-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 | 86 …lobal::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> UnaryCall(global::Grpc.Tes… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceBase 177 …public virtual global::Grpc.Testing.SimpleResponse UnaryCall(global::Grpc.Testing.SimpleRequest re… in UnaryCall() method in Grpc.Testing.BenchmarkService.BenchmarkServiceClient 188 …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 | SslCredentialsTest.cs | 97 … public override Task<SimpleResponse> UnaryCall(SimpleRequest request, ServerCallContext context) in UnaryCall() method in Grpc.IntegrationTesting.SslCredentialsTest.SslCredentialsTestServiceImpl
|
D | MetadataCredentialsTest.cs | 172 … 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
|
/external/grpc-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
|
/external/golang-protobuf/protoc-gen-go/testdata/grpc/ |
D | grpc.proto | 51 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | test.proto | 33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | BenchmarkServiceClient.php | 43 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\BenchmarkServiceClient
|
D | TestServiceClient.php | 59 public function UnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
D | test.proto | 45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ClientServerTest.cs | 58 public async Task UnaryCall() in UnaryCall() method in Grpc.Core.Tests.ClientServerTest
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 32 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/src/cpp/client/ |
D | generic_stub.cc | 65 void GenericStub::experimental_type::UnaryCall( in UnaryCall() function in grpc::GenericStub::experimental_type
|