Searched refs:GetMinMaxHitPoints (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | monster_test_grpc_fb.py | 28 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),
|
D | MonsterStorage_grpc.go | 22 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/ |
D | monster_test.grpc.fb.h | 63 …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
|
D | monster_test.grpc.fb.cc | 106 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
|
D | monster_test.fbs | 140 GetMinMaxHitPoints(Monster):Stat (streaming: "bidi");
|