Searched refs:CacheableUnaryCall (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | TestServiceClient.php | 75 public function CacheableUnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestGrpc.cs | 140 …::System.Threading.Tasks.Task<global::Grpc.Testing.SimpleResponse> CacheableUnaryCall(global::Grpc… in CacheableUnaryCall() method in Grpc.Testing.TestService.TestServiceBase 334 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall() method in Grpc.Testing.TestService.TestServiceClient 336 … return CacheableUnaryCall(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in CacheableUnaryCall() 346 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall() method in Grpc.Testing.TestService.TestServiceClient 534 .AddMethod(__Method_CacheableUnaryCall, serviceImpl.CacheableUnaryCall) in BindService()
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | test.proto | 38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | test.proto | 37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 885 serviceStub_.Get()->CacheableUnaryCall(&context1, request, &response1); in DoCacheableUnary() 898 serviceStub_.Get()->CacheableUnaryCall(&context2, request, &response2); in DoCacheableUnary() 920 serviceStub_.Get()->CacheableUnaryCall(&context3, request1, &response3); in DoCacheableUnary()
|
D | interop_server.cc | 148 Status CacheableUnaryCall(ServerContext* context, in CacheableUnaryCall() function in TestServiceImpl
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | test.proto | 38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 72 * [CacheableUnaryCall][] 75 1. Client calls CacheableUnaryCall with `SimpleRequest` request with payload 84 2. Client calls CacheableUnaryCall again immediately with the same request and 1043 ### CacheableUnaryCall subsection 1044 [CacheableUnaryCall]: #cacheableunarycall argument
|