• Home
  • Raw
  • Download

Lines Matching refs:grpc

26 …ub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grp…  in NewStub()
31 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
32 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub()
33 …, rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMIN… in Stub()
34 …, rpcmethod_GetMaxHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_ST… in Stub()
35 …, rpcmethod_GetMinMaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_… in Stub()
38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store()
39 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store()
42grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncSto… in AsyncStoreRaw()
43 …return ::grpc::internal::ClientAsyncResponseReaderFactory< flatbuffers::grpc::Message<Stat>>::Crea… in AsyncStoreRaw()
46grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::PrepareA… in PrepareAsyncStoreRaw()
47 …return ::grpc::internal::ClientAsyncResponseReaderFactory< flatbuffers::grpc::Message<Stat>>::Crea… in PrepareAsyncStoreRaw()
50 ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grp… in RetrieveRaw()
51 …return ::grpc::internal::ClientReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(channel… in RetrieveRaw()
54grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncRetrieve… in AsyncRetrieveRaw()
55 …return ::grpc::internal::ClientAsyncReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in AsyncRetrieveRaw()
58grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsyncR… in PrepareAsyncRetrieveRaw()
59 …return ::grpc::internal::ClientAsyncReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in PrepareAsyncRetrieveRaw()
62 ::grpc::ClientWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::GetMaxHitPointRaw… in GetMaxHitPointRaw()
63 …return ::grpc::internal::ClientWriterFactory< flatbuffers::grpc::Message<Monster>>::Create(channel… in GetMaxHitPointRaw()
66grpc::ClientAsyncWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncGetMaxHi… in AsyncGetMaxHitPointRaw()
67 …return ::grpc::internal::ClientAsyncWriterFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in AsyncGetMaxHitPointRaw()
70grpc::ClientAsyncWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsyncG… in PrepareAsyncGetMaxHitPointRaw()
71 …return ::grpc::internal::ClientAsyncWriterFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in PrepareAsyncGetMaxHitPointRaw()
74 ::grpc::ClientReaderWriter< flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Stat>>*… in GetMinMaxHitPointsRaw()
75 …return ::grpc::internal::ClientReaderWriterFactory< flatbuffers::grpc::Message<Monster>, flatbuffe… in GetMinMaxHitPointsRaw()
78grpc::ClientAsyncReaderWriter< flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Sta… in AsyncGetMinMaxHitPointsRaw()
79 …return ::grpc::internal::ClientAsyncReaderWriterFactory< flatbuffers::grpc::Message<Monster>, flat… in AsyncGetMinMaxHitPointsRaw()
82grpc::ClientAsyncReaderWriter< flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Sta… in PrepareAsyncGetMinMaxHitPointsRaw()
83 …return ::grpc::internal::ClientAsyncReaderWriterFactory< flatbuffers::grpc::Message<Monster>, flat… in PrepareAsyncGetMinMaxHitPointsRaw()
87 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
89 ::grpc::internal::RpcMethod::NORMAL_RPC, in Service()
90 …new ::grpc::internal::RpcMethodHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Monste… in Service()
92 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
94 ::grpc::internal::RpcMethod::SERVER_STREAMING, in Service()
95 …new ::grpc::internal::ServerStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<… in Service()
97 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
99 ::grpc::internal::RpcMethod::CLIENT_STREAMING, in Service()
100 …new ::grpc::internal::ClientStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<… in Service()
102 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
104 ::grpc::internal::RpcMethod::BIDI_STREAMING, in Service()
105 …new ::grpc::internal::BidiStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Mo… in Service()
112 ::grpc::Status MonsterStorage::Service::Store(::grpc::ServerContext* context, const flatbuffers::gr… in Store()
116 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in Store()
119grpc::Status MonsterStorage::Service::Retrieve(::grpc::ServerContext* context, const flatbuffers:: in Retrieve()
123 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in Retrieve()
126grpc::Status MonsterStorage::Service::GetMaxHitPoint(::grpc::ServerContext* context, ::grpc::Serve… in GetMaxHitPoint()
130 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in GetMaxHitPoint()
133grpc::Status MonsterStorage::Service::GetMinMaxHitPoints(::grpc::ServerContext* context, ::grpc::S… in GetMinMaxHitPoints()
136 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in GetMinMaxHitPoints()