Home
last modified time | relevance | path

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

/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DInteropTask.java94 tester.clientStreaming(); in runTest()
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php235 function clientStreaming($stub) function
632 clientStreaming($stub);
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java242 tester.clientStreaming(); in runTest()
DStressTestClient.java467 tester.clientStreaming(); in runTestCase()
DAbstractInteropTest.java543 public void clientStreaming() throws Exception { in clientStreaming() method in AbstractInteropTest