Lines Matching refs:Service
86 MonsterStorage::Service::Service() { in Service() function in MyGame::Example::MonsterStorage::Service
90 …new ::grpc::internal::RpcMethodHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Monste… in Service()
91 std::mem_fn(&MonsterStorage::Service::Store), this))); in Service()
95 …new ::grpc::internal::ServerStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<… in Service()
96 std::mem_fn(&MonsterStorage::Service::Retrieve), this))); in Service()
100 …new ::grpc::internal::ClientStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<… in Service()
101 std::mem_fn(&MonsterStorage::Service::GetMaxHitPoint), this))); in Service()
105 …new ::grpc::internal::BidiStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Mo… in Service()
106 std::mem_fn(&MonsterStorage::Service::GetMinMaxHitPoints), this))); in Service()
109 MonsterStorage::Service::~Service() { in ~Service()
112 ::grpc::Status MonsterStorage::Service::Store(::grpc::ServerContext* context, const flatbuffers::gr… in Store()
119 ::grpc::Status MonsterStorage::Service::Retrieve(::grpc::ServerContext* context, const flatbuffers:… in Retrieve()
126 ::grpc::Status MonsterStorage::Service::GetMaxHitPoint(::grpc::ServerContext* context, ::grpc::Serv… in GetMaxHitPoint()
133 ::grpc::Status MonsterStorage::Service::GetMinMaxHitPoints(::grpc::ServerContext* context, ::grpc::… in GetMinMaxHitPoints()