Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_server.h96 template <class ServiceImpl, class AsyncService, class RequestMessage, class ResponseMessage>
103 …using HandleRequestFunction = grpc::Status (ServiceImpl::*)(grpc::ServerContext *, const RequestMe…
105 CallData(ServiceImpl *service_impl, AsyncService *async_service, grpc::ServerCompletionQueue *cq, in CallData()
117 …static Status EnqueueRequest(ServiceImpl *service_impl, AsyncService *async_service, grpc::ServerC… in EnqueueRequest()
119 auto call = new CallData<ServiceImpl, AsyncService, RequestMessage, ResponseMessage>( in EnqueueRequest()
150 ServiceImpl *service_impl_;
/third_party/grpc/test/cpp/end2end/
Dserver_crash_test.cc48 class ServiceImpl final : public ::grpc::testing::EchoTestService::Service { class
50 ServiceImpl() : bidi_stream_count_(0), response_stream_count_(0) {} in ServiceImpl() function in grpc::testing::__anon11d024890111::ServiceImpl
120 ServiceImpl service_;
Dclient_crash_test_server.cc47 class ServiceImpl final : public ::grpc::testing::EchoTestService::Service { class
63 ServiceImpl service; in RunServer()
/third_party/flatbuffers/grpc/tests/
Dgrpctest.cpp34 class ServiceImpl final : public MyGame::Example::MonsterStorage::Service { class
85 ServiceImpl service; in RunServer()