Lines Matching refs:FlatbuffersUtils
7 import com.google.flatbuffers.grpc.FlatbuffersUtils;
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()
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()
86 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getStoreMethod()
88 .setResponseMarshaller(FlatbuffersUtils.marshaller( in getStoreMethod()
119 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getRetrieveMethod()
121 .setResponseMarshaller(FlatbuffersUtils.marshaller( in getRetrieveMethod()
152 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getGetMaxHitPointMethod()
154 .setResponseMarshaller(FlatbuffersUtils.marshaller( in getGetMaxHitPointMethod()
185 .setRequestMarshaller(FlatbuffersUtils.marshaller( in getGetMinMaxHitPointsMethod()
187 .setResponseMarshaller(FlatbuffersUtils.marshaller( in getGetMinMaxHitPointsMethod()