Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A 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);
46 rpc GetBeforeSnapshot(SimpleRequest) returns (MemorySize);
/aosp_15_r20/external/rust/android-crates-io/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);
46 rpc GetBeforeSnapshot(SimpleRequest) returns (MemorySize);
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A 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);
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
H A DBenchmarkService.php7 class BenchmarkService class
/aosp_15_r20/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
H A Dbenchmark_service_services_pb.rb26 module BenchmarkService module