Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc48 class ServerContextType>
54 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument
58 std::function<void(ServiceType*, ServerContextType*, in AsyncQpsServerTest()
62 std::function<void(ServiceType*, ServerContextType*, in AsyncQpsServerTest()
66 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest()
70 std::function<void(ServiceType*, ServerContextType*, in AsyncQpsServerTest()
252 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
257 : srv_ctx_(new ServerContextType), in ServerRpcContextUnaryImpl()
268 srv_ctx_.reset(new ServerContextType); in Reset()
294 std::unique_ptr<ServerContextType> srv_ctx_;
[all …]