Home
last modified time | relevance | path

Searched refs:getStoreMethod (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java40 MyGame.Example.Stat> METHOD_STORE = getStoreMethod();
43 MyGame.Example.Stat> getStoreMethod; field in MonsterStorageGrpc
75 MyGame.Example.Stat> getStoreMethod() { in getStoreMethod() method in MonsterStorageGrpc
76 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getStoreMethod; in getStoreMethod() local
77 if ((getStoreMethod = MonsterStorageGrpc.getStoreMethod) == null) { in getStoreMethod()
79 if ((getStoreMethod = MonsterStorageGrpc.getStoreMethod) == null) { in getStoreMethod()
80 MonsterStorageGrpc.getStoreMethod = getStoreMethod = in getStoreMethod()
95 return getStoreMethod; in getStoreMethod()
228 asyncUnimplementedUnaryCall(getStoreMethod(), responseObserver); in store()
255 getStoreMethod(), in bindService()
[all …]