Home
last modified time | relevance | path

Searched defs:GetMaxHitPoint (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/tests/
Dmonster_test_grpc.d.ts11 GetMaxHitPoint: IMonsterStorageService_IGetMaxHitPoint; property
60 GetMaxHitPoint: grpc.handleClientStreamingCall<MyGame_Example_Monster, MyGame_Example_Stat>; property
70GetMaxHitPoint(callback: (error: grpc.ServiceError | null, response: MyGame_Example_Monster) => vo… method
71GetMaxHitPoint(metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: MyGa… method
72GetMaxHitPoint(options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, res… method
73GetMaxHitPoint(metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc… method
Dmonster_test.grpc.fb.h54 …::grpc::ClientWriterInterface< flatbuffers::grpc::Message<Monster>>> GetMaxHitPoint(::grpc::Client… in GetMaxHitPoint() function
104 …std::unique_ptr< ::grpc::ClientWriter< flatbuffers::grpc::Message<Monster>>> GetMaxHitPoint(::grpc… in GetMaxHitPoint() function
204 …::grpc::Status GetMaxHitPoint(::grpc::ServerContext* context, ::grpc::ServerReader< flatbuffers::g… in GetMaxHitPoint() function
279 …::grpc::Status GetMaxHitPoint(::grpc::ServerContext* context, ::grpc::ServerReader< flatbuffers::g… in GetMaxHitPoint() function
Dmonster_test.grpc.fb.cc126 ::grpc::Status MonsterStorage::Service::GetMaxHitPoint(::grpc::ServerContext* context, ::grpc::Serv… in GetMaxHitPoint() function in MyGame::Example::MonsterStorage::Service
/third_party/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py47 def GetMaxHitPoint(self, request_iterator, context): member in MonsterStorageServicer
136 def GetMaxHitPoint(self, request_iterator, context): member in MonsterStorageServicer
185 def GetMaxHitPoint(self, request_iterator, context): member in BetaMonsterStorageServicer
202 …def GetMaxHitPoint(self, request_iterator, timeout, metadata=None, with_call=False, protocol_optio… member in BetaMonsterStorageStub
DMonsterStorage_grpc.go21 GetMaxHitPoint(ctx context.Context, methodSpec
78 func (c *monsterStorageClient) GetMaxHitPoint(ctx context.Context, func
149 GetMaxHitPoint(MonsterStorage_GetMaxHitPointServer) error methodSpec
165 func (UnimplementedMonsterStorageServer) GetMaxHitPoint(MonsterStorage_GetMaxHitPointServer) error { func
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift143 …func GetMaxHitPoint(context: UnaryResponseCallContext<Message<MyGame_Example_Stat>>) -> EventLoopF… in Store() function