Searched refs:ServerContextType (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/cpp/qps/ |
D | server_async.cc | 48 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/ |
D | server_cc.cc | 534 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/ |
D | server.h | 223 template <class ServerContextType>
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | server.h | 223 template <class ServerContextType>
|