Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java200 public static MonsterStorageStub newStub(io.grpc.Channel channel) { in newStub()
201 return new MonsterStorageStub(channel); in newStub()
288 …public static final class MonsterStorageStub extends io.grpc.stub.AbstractStub<MonsterStorageStub>… class in MonsterStorageGrpc
289 private MonsterStorageStub(io.grpc.Channel channel) { in MonsterStorageStub() method in MonsterStorageGrpc.MonsterStorageStub
293 private MonsterStorageStub(io.grpc.Channel channel, in MonsterStorageStub() method in MonsterStorageGrpc.MonsterStorageStub
299 protected MonsterStorageStub build(io.grpc.Channel channel, in build()
301 return new MonsterStorageStub(channel, callOptions); in build()
Dmonster_test_grpc_fb.py5 class MonsterStorageStub(object): class
94 class MonsterStorageStub(object): class
/third_party/flatbuffers/grpc/tests/
Dgrpctest.py116 stub = monster_grpc_fb.MonsterStorageStub(channel)
DJavaGrpcTest.java50 static MonsterStorageGrpc.MonsterStorageStub asyncStub;