Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py154 stub = test_pb2_grpc.TestServiceStub(channel)
166 child_stub = test_pb2_grpc.TestServiceStub(child_channel)
170 stub = test_pb2_grpc.TestServiceStub(channel)
188 stub = test_pb2_grpc.TestServiceStub(channel)
199 child_stub = test_pb2_grpc.TestServiceStub(child_channel)
203 stub = test_pb2_grpc.TestServiceStub(channel)
217 child_stub = test_pb2_grpc.TestServiceStub(child_channel)
221 stub = test_pb2_grpc.TestServiceStub(channel)
226 new_stub = test_pb2_grpc.TestServiceStub(new_channel)
242 child_stub = test_pb2_grpc.TestServiceStub(child_channel)
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
D_insecure_intraop_test.py36 self.stub = test_pb2_grpc.TestServiceStub(
D_secure_intraop_test.py40 self.stub = test_pb2_grpc.TestServiceStub(
Dclient.py112 return test_pb2_grpc.TestServiceStub(channel)
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java293 public static TestServiceStub newStub(io.grpc.Channel channel) { in newStub()
294 return new TestServiceStub(channel); in newStub()
479 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> { class in TestServiceGrpc
480 private TestServiceStub(io.grpc.Channel channel) { in TestServiceStub() method in TestServiceGrpc.TestServiceStub
484 private TestServiceStub(io.grpc.Channel channel, in TestServiceStub() method in TestServiceGrpc.TestServiceStub
490 protected TestServiceStub build(io.grpc.Channel channel, in build()
492 return new TestServiceStub(channel, callOptions); in build()
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestService.java.txt222 public static TestServiceStub newStub(io.grpc.Channel channel) {
223 return new TestServiceStub(channel);
371 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> {
372 private TestServiceStub(io.grpc.Channel channel) {
376 private TestServiceStub(io.grpc.Channel channel,
382 protected TestServiceStub build(io.grpc.Channel channel,
384 return new TestServiceStub(channel, callOptions);
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt228 public static TestServiceStub newStub(io.grpc.Channel channel) {
229 return new TestServiceStub(channel);
377 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> {
378 private TestServiceStub(io.grpc.Channel channel) {
382 private TestServiceStub(io.grpc.Channel channel,
388 protected TestServiceStub build(io.grpc.Channel channel,
390 return new TestServiceStub(channel, callOptions);
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py257 services_module.TestServiceStub
271 stub = services_module.TestServiceStub(channel)
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestService.java.txt263 public static TestServiceStub newStub(io.grpc.Channel channel) {
264 return new TestServiceStub(channel);
412 public static final class TestServiceStub extends io.grpc.stub.AbstractStub<TestServiceStub> {
413 private TestServiceStub(io.grpc.Channel channel) {
417 private TestServiceStub(io.grpc.Channel channel,
423 protected TestServiceStub build(io.grpc.Channel channel,
425 return new TestServiceStub(channel, callOptions);
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/stub/
DStubConfigTest.java85 TestServiceGrpc.TestServiceStub stub = TestServiceGrpc.newStub(channel); in testStubCallOptionsPopulatedToNewCall()
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py150 return test_pb2_grpc.TestServiceStub(channel)
/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
Dclient.py138 stub = test_pb2_grpc.TestServiceStub(channel)
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DConcurrencyTest.java141 private TestServiceGrpc.TestServiceStub clientStub;
DNettyFlowControlTest.java136 TestServiceGrpc.TestServiceStub stub = TestServiceGrpc.newStub(channel); in doTest()
DCascadingTest.java74 private TestServiceGrpc.TestServiceStub asyncStub;
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DHttp2Client.java90 protected TestServiceGrpc.TestServiceStub asyncStub;
DAbstractInteropTest.java256 protected TestServiceGrpc.TestServiceStub asyncStub;
1003 TestServiceGrpc.TestServiceStub stub = asyncStub; in exchangeMetadataStreamingCall()
1440 TestServiceGrpc.TestServiceStub stub = asyncStub; in customMetadata()
1600 TestServiceGrpc.TestServiceStub stub = in timeoutOnSleepingServer()