Searched defs:BenchmarkService (Results 1 – 4 of 4) sorted by relevance
23 service BenchmarkService { service26 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);
7 class BenchmarkService class
26 module BenchmarkService module
28 public static partial class BenchmarkService class