Home
last modified time | relevance | path

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

/third_party/flatbuffers/grpc/tests/
DJavaGrpcTest.java148 asyncStub = MonsterStorageGrpc.newStub(channel);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java118 TestService stub = TestService.newStub(mockChannel); in testStub()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java120 TestService stub = TestService.newStub(mockChannel); in testStub()
/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java200 public static MonsterStorageStub newStub(io.grpc.Channel channel) { in newStub() method in MonsterStorageGrpc