Searched refs:BenchmarkService (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/test/cpp/qps/ |
D | client_async.cc | 67 BenchmarkService::Stub* stub, const RequestType& req, in ClientRpcContextUnaryImpl() 71 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, in ClientRpcContextUnaryImpl() 120 BenchmarkService::Stub* stub_; 130 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, 301 static std::unique_ptr<BenchmarkService::Stub> BenchmarkStubCreator( in BenchmarkStubCreator() 303 return BenchmarkService::NewStub(ch); in BenchmarkStubCreator() 307 : public AsyncClient<BenchmarkService::Stub, SimpleRequest> { 310 : AsyncClient<BenchmarkService::Stub, SimpleRequest>( in AsyncUnaryClient() 322 PrepareReq(BenchmarkService::Stub* stub, grpc::ClientContext* ctx, in PrepareReq() 326 static ClientRpcContext* SetupCtx(BenchmarkService::Stub* stub, in SetupCtx() [all …]
|
D | server_async.cc | 536 BenchmarkService::AsyncService* service) { in RegisterBenchmarkService() 573 BenchmarkService::AsyncService, in CreateAsyncServer() 576 &BenchmarkService::AsyncService::RequestUnaryCall, in CreateAsyncServer() 577 &BenchmarkService::AsyncService::RequestStreamingCall, in CreateAsyncServer() 578 &BenchmarkService::AsyncService::RequestStreamingFromClient, in CreateAsyncServer() 579 &BenchmarkService::AsyncService::RequestStreamingFromServer, in CreateAsyncServer() 580 &BenchmarkService::AsyncService::RequestStreamingBothWays, in CreateAsyncServer()
|
D | client_sync.cc | 46 static std::unique_ptr<BenchmarkService::Stub> BenchmarkStubCreator( in BenchmarkStubCreator() 48 return BenchmarkService::NewStub(ch); in BenchmarkStubCreator() 52 : public ClientImpl<BenchmarkService::Stub, SimpleRequest> { 55 : ClientImpl<BenchmarkService::Stub, SimpleRequest>( in SynchronousClient()
|
D | server_sync.cc | 37 class BenchmarkServiceImpl final : public BenchmarkService::Service {
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ClientRunners.cs | 209 var client = new BenchmarkService.BenchmarkServiceClient(channel); in RunUnary() 235 var client = new BenchmarkService.BenchmarkServiceClient(channel); in RunUnaryAsync() 254 var client = new BenchmarkService.BenchmarkServiceClient(channel); in RunStreamingPingPongAsync()
|
D | BenchmarkServiceImpl.cs | 32 public class BenchmarkServiceImpl : BenchmarkService.BenchmarkServiceBase
|
D | ServerRunners.cs | 69 service = BenchmarkService.BindService(new BenchmarkServiceImpl()); in CreateStarted()
|
D | BenchmarkServiceGrpc.cs | 28 public static partial class BenchmarkService class
|
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/ |
D | BenchmarkService.php | 7 class BenchmarkService class
|
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/ |
D | benchmark_service_services_pb.rb | 26 module BenchmarkService module
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 23 service BenchmarkService { service
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 26 service BenchmarkService { service
|