Home
last modified time | relevance | path

Searched refs:GetMinMaxHitPoints (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py28 self.GetMinMaxHitPoints = channel.unary_unary(
52 def GetMinMaxHitPoints(self, request, context): member in MonsterStorageServicer
76 servicer.GetMinMaxHitPoints,
117 self.GetMinMaxHitPoints = channel.unary_unary(
141 def GetMinMaxHitPoints(self, request, context): member in MonsterStorageServicer
165 servicer.GetMinMaxHitPoints,
187 def GetMinMaxHitPoints(self, request, context): member in BetaMonsterStorageServicer
205 …def GetMinMaxHitPoints(self, request, timeout, metadata=None, with_call=False, protocol_options=No… member in BetaMonsterStorageStub
207 GetMinMaxHitPoints.future = None
218 …terStorage', 'GetMinMaxHitPoints'): face_utilities.unary_unary_inline(servicer.GetMinMaxHitPoints),
DMonsterStorage_grpc.go22 GetMinMaxHitPoints(ctx context.Context, methodSpec
96 func (c *monsterStorageClient) GetMinMaxHitPoints(ctx context.Context, func
129 GetMinMaxHitPoints(MonsterStorage_GetMinMaxHitPointsServer) error methodSpec
199 …return srv.(MonsterStorageServer).GetMinMaxHitPoints(&monsterStorageGetMinMaxHitPointsServer{strea…
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h63 …uffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Stat>>> GetMinMaxHitPoints(::grpc::Clie… in GetMinMaxHitPoints() function
113 …uffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Stat>>> GetMinMaxHitPoints(::grpc::Clie… in GetMinMaxHitPoints() function
150 …virtual ::grpc::Status GetMinMaxHitPoints(::grpc::ServerContext* context, ::grpc::ServerReaderWrit…
224 …::grpc::Status GetMinMaxHitPoints(::grpc::ServerContext* context, ::grpc::ServerReaderWriter< flat… in GetMinMaxHitPoints() function
296 …::grpc::Status GetMinMaxHitPoints(::grpc::ServerContext* context, ::grpc::ServerReaderWriter< flat… in GetMinMaxHitPoints() function
Dmonster_test.grpc.fb.cc106 std::mem_fn(&MonsterStorage::Service::GetMinMaxHitPoints), this))); in Service()
133 ::grpc::Status MonsterStorage::Service::GetMinMaxHitPoints(::grpc::ServerContext* context, ::grpc::… in GetMinMaxHitPoints() function in MyGame::Example::MonsterStorage::Service
Dmonster_test.fbs140 GetMinMaxHitPoints(Monster):Stat (streaming: "bidi");