Home
last modified time | relevance | path

Searched refs:ServerContextType (Results 1 – 4 of 4) 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 …]
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc534 template <class ServerContextType>
539 std::is_base_of<grpc::CallbackServerContext, ServerContextType>::value,
595 explicit CallbackCallTag(Server::CallbackRequest<ServerContextType>* req) in CallbackCallTag()
613 Server::CallbackRequest<ServerContextType>* req_;
713 ServerContextType ctx_;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dserver.h223 template <class ServerContextType>
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver.h223 template <class ServerContextType>