Home
last modified time | relevance | path

Searched refs:CreateSynchronousServer (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dserver.h152 std::unique_ptr<Server> CreateSynchronousServer(const ServerConfig& config);
Dserver_sync.cc187 std::unique_ptr<grpc::testing::Server> CreateSynchronousServer( in CreateSynchronousServer() function
Dqps_worker.cc75 return CreateSynchronousServer(config); in CreateServer()