Lines Matching refs:Monster

39   public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
42 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
45 private static volatile FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> extractorOfMonster;
46 private static FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> getExtractorOfMonster() { in getExtractorOfMonster()
50 extractorOfMonster = new FlatbuffersUtils.FBExtactor<MyGame.Example.Monster>() { in getExtractorOfMonster()
51 public MyGame.Example.Monster extract (ByteBuffer buffer) { in getExtractorOfMonster()
52 return MyGame.Example.Monster.getRootAsMonster(buffer); in getExtractorOfMonster()
74 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
76 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getStoreMethod; in getStoreMethod()
81 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder() in getStoreMethod()
87 MyGame.Example.Monster.class, getExtractorOfMonster())) in getStoreMethod()
101 MyGame.Example.Monster> METHOD_RETRIEVE = getRetrieveMethod();
104 MyGame.Example.Monster> getRetrieveMethod;
108 MyGame.Example.Monster> getRetrieveMethod() { in getRetrieveMethod()
109 io.grpc.MethodDescriptor<MyGame.Example.Stat, MyGame.Example.Monster> getRetrieveMethod; in getRetrieveMethod()
114 io.grpc.MethodDescriptor.<MyGame.Example.Stat, MyGame.Example.Monster>newBuilder() in getRetrieveMethod()
122 MyGame.Example.Monster.class, getExtractorOfMonster())) in getRetrieveMethod()
133 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
136 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
140 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
142 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getGetMaxHitPointMethod; in getGetMaxHitPointMethod()
147 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder() in getGetMaxHitPointMethod()
153 MyGame.Example.Monster.class, getExtractorOfMonster())) in getGetMaxHitPointMethod()
166 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
169 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
173 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
175 … io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getGetMinMaxHitPointsMethod; in getGetMinMaxHitPointsMethod()
180 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder() in getGetMinMaxHitPointsMethod()
186 MyGame.Example.Monster.class, getExtractorOfMonster())) in getGetMinMaxHitPointsMethod()
226 public void store(MyGame.Example.Monster request, in store()
234 io.grpc.stub.StreamObserver<MyGame.Example.Monster> responseObserver) { in retrieve()
240 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMaxHitPoint( in getMaxHitPoint()
247 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMinMaxHitPoints( in getMinMaxHitPoints()
258 MyGame.Example.Monster, in bindService()
266 MyGame.Example.Monster>( in bindService()
272 MyGame.Example.Monster, in bindService()
279 MyGame.Example.Monster, in bindService()
306 public void store(MyGame.Example.Monster request, in store()
315 io.grpc.stub.StreamObserver<MyGame.Example.Monster> responseObserver) { in retrieve()
322 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMaxHitPoint( in getMaxHitPoint()
330 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMinMaxHitPoints( in getMinMaxHitPoints()
357 public MyGame.Example.Stat store(MyGame.Example.Monster request) { in store()
364 public java.util.Iterator<MyGame.Example.Monster> retrieve( in retrieve()
392 MyGame.Example.Monster request) { in store()
421 serviceImpl.store((MyGame.Example.Monster) request, in invoke()
426 (io.grpc.stub.StreamObserver<MyGame.Example.Monster>) responseObserver); in invoke()