• Home
  • Raw
  • Download

Lines Matching refs:MyGame

5 package MyGame.Example;
39 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
40 MyGame.Example.Stat> METHOD_STORE = getStoreMethod();
42 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
43 MyGame.Example.Stat> getStoreMethod;
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()
59 private static volatile FlatbuffersUtils.FBExtactor<MyGame.Example.Stat> extractorOfStat;
60 private static FlatbuffersUtils.FBExtactor<MyGame.Example.Stat> getExtractorOfStat() { in getExtractorOfStat()
64 extractorOfStat = new FlatbuffersUtils.FBExtactor<MyGame.Example.Stat>() { in getExtractorOfStat()
65 public MyGame.Example.Stat extract (ByteBuffer buffer) { in getExtractorOfStat()
66 return MyGame.Example.Stat.getRootAsStat(buffer); in getExtractorOfStat()
74 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
75 MyGame.Example.Stat> getStoreMethod() { in getStoreMethod()
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()
89 MyGame.Example.Stat.class, getExtractorOfStat())) in getStoreMethod()
100 public static final io.grpc.MethodDescriptor<MyGame.Example.Stat,
101 MyGame.Example.Monster> METHOD_RETRIEVE = getRetrieveMethod();
103 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Stat,
104 MyGame.Example.Monster> getRetrieveMethod;
107 public static io.grpc.MethodDescriptor<MyGame.Example.Stat,
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()
120 MyGame.Example.Stat.class, getExtractorOfStat())) in getRetrieveMethod()
122 MyGame.Example.Monster.class, getExtractorOfMonster())) in getRetrieveMethod()
133 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
134 MyGame.Example.Stat> METHOD_GET_MAX_HIT_POINT = getGetMaxHitPointMethod();
136 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
137 MyGame.Example.Stat> getGetMaxHitPointMethod;
140 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
141 MyGame.Example.Stat> getGetMaxHitPointMethod() { in getGetMaxHitPointMethod()
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()
155 MyGame.Example.Stat.class, getExtractorOfStat())) in getGetMaxHitPointMethod()
166 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
167 MyGame.Example.Stat> METHOD_GET_MIN_MAX_HIT_POINTS = getGetMinMaxHitPointsMethod();
169 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
170 MyGame.Example.Stat> getGetMinMaxHitPointsMethod;
173 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
174 MyGame.Example.Stat> getGetMinMaxHitPointsMethod() { in getGetMinMaxHitPointsMethod()
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()
188 MyGame.Example.Stat.class, getExtractorOfStat())) in getGetMinMaxHitPointsMethod()
226 public void store(MyGame.Example.Monster request, in store()
227 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in store()
233 public void retrieve(MyGame.Example.Stat request, in retrieve()
234 io.grpc.stub.StreamObserver<MyGame.Example.Monster> responseObserver) { in retrieve()
240 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMaxHitPoint( in getMaxHitPoint()
241 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in getMaxHitPoint()
247 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMinMaxHitPoints( in getMinMaxHitPoints()
248 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in getMinMaxHitPoints()
258 MyGame.Example.Monster, in bindService()
259 MyGame.Example.Stat>( in bindService()
265 MyGame.Example.Stat, in bindService()
266 MyGame.Example.Monster>( in bindService()
272 MyGame.Example.Monster, in bindService()
273 MyGame.Example.Stat>( in bindService()
279 MyGame.Example.Monster, in bindService()
280 MyGame.Example.Stat>( in bindService()
306 public void store(MyGame.Example.Monster request, in store()
307 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in store()
314 public void retrieve(MyGame.Example.Stat request, in retrieve()
315 io.grpc.stub.StreamObserver<MyGame.Example.Monster> responseObserver) { in retrieve()
322 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMaxHitPoint( in getMaxHitPoint()
323 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in getMaxHitPoint()
330 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMinMaxHitPoints( in getMinMaxHitPoints()
331 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { 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()
365 MyGame.Example.Stat request) { in retrieve()
391 public com.google.common.util.concurrent.ListenableFuture<MyGame.Example.Stat> store( in store()
392 MyGame.Example.Monster request) { in store()
421 serviceImpl.store((MyGame.Example.Monster) request, in invoke()
422 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver); in invoke()
425 serviceImpl.retrieve((MyGame.Example.Stat) request, in invoke()
426 (io.grpc.stub.StreamObserver<MyGame.Example.Monster>) responseObserver); in invoke()
440 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver); in invoke()
443 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver); in invoke()