Home
last modified time | relevance | path

Searched refs:BenchmarkService (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dclient_async.cc67 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 …]
Dserver_async.cc536 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()
Dclient_sync.cc46 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()
Dserver_sync.cc37 class BenchmarkServiceImpl final : public BenchmarkService::Service {
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs209 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()
DBenchmarkServiceImpl.cs32 public class BenchmarkServiceImpl : BenchmarkService.BenchmarkServiceBase
DServerRunners.cs69 service = BenchmarkService.BindService(new BenchmarkServiceImpl()); in CreateStarted()
DBenchmarkServiceGrpc.cs28 public static partial class BenchmarkService class
/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/proto/grpc/testing/
Dbenchmark_service.proto23 service BenchmarkService { service
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto26 service BenchmarkService { service