Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java134 MyGame.Example.Stat> METHOD_GET_MAX_HIT_POINT = getGetMaxHitPointMethod();
137 MyGame.Example.Stat> getGetMaxHitPointMethod; field in MonsterStorageGrpc
141 MyGame.Example.Stat> getGetMaxHitPointMethod() { in getGetMaxHitPointMethod() method in MonsterStorageGrpc
142 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getGetMaxHitPointMethod; in getGetMaxHitPointMethod() local
143 if ((getGetMaxHitPointMethod = MonsterStorageGrpc.getGetMaxHitPointMethod) == null) { in getGetMaxHitPointMethod()
145 if ((getGetMaxHitPointMethod = MonsterStorageGrpc.getGetMaxHitPointMethod) == null) { in getGetMaxHitPointMethod()
146 MonsterStorageGrpc.getGetMaxHitPointMethod = getGetMaxHitPointMethod = in getGetMaxHitPointMethod()
161 return getGetMaxHitPointMethod; in getGetMaxHitPointMethod()
242 return asyncUnimplementedStreamingCall(getGetMaxHitPointMethod(), responseObserver); in getMaxHitPoint()
269 getGetMaxHitPointMethod(), in bindService()
[all …]