Home
last modified time | relevance | path

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

/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto23 service BenchmarkService { service
26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto23 service BenchmarkService { service
26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto26 service BenchmarkService { service
29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
34 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
42 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
46 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
DBenchmarkService.php7 class BenchmarkService class
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dbenchmark_service_services_pb.rb26 module BenchmarkService module
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs28 public static partial class BenchmarkService class