Lines Matching refs:Stat
40 MyGame.Example.Stat> METHOD_STORE = getStoreMethod();
43 MyGame.Example.Stat> getStoreMethod;
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()
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()
89 MyGame.Example.Stat.class, getExtractorOfStat())) in getStoreMethod()
100 public static final io.grpc.MethodDescriptor<MyGame.Example.Stat,
103 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Stat,
107 public static io.grpc.MethodDescriptor<MyGame.Example.Stat,
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()
134 MyGame.Example.Stat> METHOD_GET_MAX_HIT_POINT = getGetMaxHitPointMethod();
137 MyGame.Example.Stat> getGetMaxHitPointMethod;
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()
155 MyGame.Example.Stat.class, getExtractorOfStat())) in getGetMaxHitPointMethod()
167 MyGame.Example.Stat> METHOD_GET_MIN_MAX_HIT_POINTS = getGetMinMaxHitPointsMethod();
170 MyGame.Example.Stat> getGetMinMaxHitPointsMethod;
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()
188 MyGame.Example.Stat.class, getExtractorOfStat())) in getGetMinMaxHitPointsMethod()
227 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in store()
233 public void retrieve(MyGame.Example.Stat request, in retrieve()
241 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in getMaxHitPoint()
248 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in getMinMaxHitPoints()
259 MyGame.Example.Stat>( in bindService()
265 MyGame.Example.Stat, in bindService()
273 MyGame.Example.Stat>( in bindService()
280 MyGame.Example.Stat>( in bindService()
307 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in store()
314 public void retrieve(MyGame.Example.Stat request, in retrieve()
323 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in getMaxHitPoint()
331 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) { in getMinMaxHitPoints()
357 public MyGame.Example.Stat store(MyGame.Example.Monster request) { in store()
365 MyGame.Example.Stat request) { in retrieve()
391 public com.google.common.util.concurrent.ListenableFuture<MyGame.Example.Stat> store( in store()
422 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver); in invoke()
425 serviceImpl.retrieve((MyGame.Example.Stat) request, in invoke()
440 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver); in invoke()
443 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver); in invoke()