Home
last modified time | relevance | path

Searched refs:CacheableUnaryCall (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DTestServiceClient.php75 public function CacheableUnaryCall(\Grpc\Testing\SimpleRequest $argument, function in Grpc\\Testing\\TestServiceClient
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestGrpc.cs140 …::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-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc885 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()
Dinterop_server.cc148 Status CacheableUnaryCall(ServerContext* context, in CacheableUnaryCall() function in TestServiceImpl
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dtest.proto38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md72 * [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