Searched refs:FlatbuffersUtils (Results 1 – 2 of 2) sorted by relevance
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()[all …]
30 public class FlatbuffersUtils { class