Home
last modified time | relevance | path

Searched refs:GetMaxHitPoint (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py23 self.GetMaxHitPoint = channel.stream_unary(
47 def GetMaxHitPoint(self, request_iterator, context): member in MonsterStorageServicer
71 servicer.GetMaxHitPoint,
112 self.GetMaxHitPoint = channel.stream_unary(
136 def GetMaxHitPoint(self, request_iterator, context): member in MonsterStorageServicer
160 servicer.GetMaxHitPoint,
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
204 GetMaxHitPoint.future = None
217 …le.MonsterStorage', 'GetMaxHitPoint'): face_utilities.stream_unary_inline(servicer.GetMaxHitPoint),
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
224 return srv.(MonsterStorageServer).GetMaxHitPoint(&monsterStorageGetMaxHitPointServer{stream})
/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
85 …public GetMaxHitPoint(callback: (error: grpc.ServiceError | null, response: MyGame_Example_Monster…
86 …public GetMaxHitPoint(metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, respons…
87 …public GetMaxHitPoint(options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | nu…
88 …public GetMaxHitPoint(metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (erro…
Dmonster_test_grpc.js57 GetMaxHitPoint: {
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
149 …virtual ::grpc::Status GetMaxHitPoint(::grpc::ServerContext* context, ::grpc::ServerReader< flatbu…
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.cc101 std::mem_fn(&MonsterStorage::Service::GetMaxHitPoint), this))); in Service()
126 ::grpc::Status MonsterStorage::Service::GetMaxHitPoint(::grpc::ServerContext* context, ::grpc::Serv… in GetMaxHitPoint() function in MyGame::Example::MonsterStorage::Service
Dmonster_test.fbs147 GetMaxHitPoint(Monster):Stat (streaming: "client");
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift44 func GetMaxHitPoint(
85 public func GetMaxHitPoint(
143 …func GetMaxHitPoint(context: UnaryResponseCallContext<Message<MyGame_Example_Stat>>) -> EventLoopF… in Store() function
175 observerFactory: self.GetMaxHitPoint(context:)) in Store()