Lines Matching full:grpc
1 // Generated by the gRPC C++ plugin.
5 #include "monster_test_generated.grpc.fb.h"
25 …ub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grp… in NewStub()
30 MonsterStorage::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) in Stub()
31 …: channel_(channel) , rpcmethod_Store_(MonsterStorage_method_names[0], ::grpc::internal::RpcMetho… in Stub()
32 …, rpcmethod_Retrieve_(MonsterStorage_method_names[1], ::grpc::internal::RpcMethod::SERVER_STREAMIN… in Stub()
33 …, rpcmethod_GetMaxHitPoint_(MonsterStorage_method_names[2], ::grpc::internal::RpcMethod::CLIENT_ST… in Stub()
34 …, rpcmethod_GetMinMaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_… in Stub()
37 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc:… in Store()
38 …return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_Store_, context, request, res… in Store()
41 …grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncSto… in AsyncStoreRaw()
42 …return ::grpc::internal::ClientAsyncResponseReaderFactory< flatbuffers::grpc::Message<Stat>>::Crea… in AsyncStoreRaw()
45 …grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::PrepareA… in PrepareAsyncStoreRaw()
46 …return ::grpc::internal::ClientAsyncResponseReaderFactory< flatbuffers::grpc::Message<Stat>>::Crea… in PrepareAsyncStoreRaw()
49 ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grp… in RetrieveRaw()
50 …return ::grpc::internal::ClientReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(channel… in RetrieveRaw()
53 …grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncRetrieve… in AsyncRetrieveRaw()
54 …return ::grpc::internal::ClientAsyncReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in AsyncRetrieveRaw()
57 …grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsyncR… in PrepareAsyncRetrieveRaw()
58 …return ::grpc::internal::ClientAsyncReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in PrepareAsyncRetrieveRaw()
61 ::grpc::ClientWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::GetMaxHitPointRaw… in GetMaxHitPointRaw()
62 …return ::grpc::internal::ClientWriterFactory< flatbuffers::grpc::Message<Monster>>::Create(channel… in GetMaxHitPointRaw()
65 …grpc::ClientAsyncWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncGetMaxHi… in AsyncGetMaxHitPointRaw()
66 …return ::grpc::internal::ClientAsyncWriterFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in AsyncGetMaxHitPointRaw()
69 …grpc::ClientAsyncWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsyncG… in PrepareAsyncGetMaxHitPointRaw()
70 …return ::grpc::internal::ClientAsyncWriterFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in PrepareAsyncGetMaxHitPointRaw()
73 ::grpc::ClientReaderWriter< flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Stat>>*… in GetMinMaxHitPointsRaw()
74 …return ::grpc::internal::ClientReaderWriterFactory< flatbuffers::grpc::Message<Monster>, flatbuffe… in GetMinMaxHitPointsRaw()
77 …grpc::ClientAsyncReaderWriter< flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Sta… in AsyncGetMinMaxHitPointsRaw()
78 …return ::grpc::internal::ClientAsyncReaderWriterFactory< flatbuffers::grpc::Message<Monster>, flat… in AsyncGetMinMaxHitPointsRaw()
81 …grpc::ClientAsyncReaderWriter< flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Sta… in PrepareAsyncGetMinMaxHitPointsRaw()
82 …return ::grpc::internal::ClientAsyncReaderWriterFactory< flatbuffers::grpc::Message<Monster>, flat… in PrepareAsyncGetMinMaxHitPointsRaw()
86 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
88 ::grpc::internal::RpcMethod::NORMAL_RPC, in Service()
89 …new ::grpc::internal::RpcMethodHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Monste… in Service()
91 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
93 ::grpc::internal::RpcMethod::SERVER_STREAMING, in Service()
94 …new ::grpc::internal::ServerStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<… in Service()
96 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
98 ::grpc::internal::RpcMethod::CLIENT_STREAMING, in Service()
99 …new ::grpc::internal::ClientStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<… in Service()
101 AddMethod(new ::grpc::internal::RpcServiceMethod( in Service()
103 ::grpc::internal::RpcMethod::BIDI_STREAMING, in Service()
104 …new ::grpc::internal::BidiStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Mo… in Service()
111 …grpc::Status MonsterStorage::Service::Store(::grpc::ServerContext* /*context*/, const flatbuffers:… in Store()
112 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in Store()
115 …grpc::Status MonsterStorage::Service::Retrieve(::grpc::ServerContext* /*context*/, const flatbuffe… in Retrieve()
116 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in Retrieve()
119 …grpc::Status MonsterStorage::Service::GetMaxHitPoint(::grpc::ServerContext* /*context*/, ::grpc::S… in GetMaxHitPoint()
120 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in GetMaxHitPoint()
123 …grpc::Status MonsterStorage::Service::GetMinMaxHitPoints(::grpc::ServerContext* /*context*/, ::grp… in GetMinMaxHitPoints()
124 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); in GetMinMaxHitPoints()