Home
last modified time | relevance | path

Searched defs:CacheableUnaryCall (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse); rpc
/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/doc/
Dinterop-test-descriptions.md1043 ### CacheableUnaryCall subsection
1044 [CacheableUnaryCall]: #cacheableunarycall
/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
346 …public virtual global::Grpc.Testing.SimpleResponse CacheableUnaryCall(global::Grpc.Testing.SimpleR… in CacheableUnaryCall() method in Grpc.Testing.TestService.TestServiceClient
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc148 Status CacheableUnaryCall(ServerContext* context, in CacheableUnaryCall() function in TestServiceImpl