Home
last modified time | relevance | path

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

/external/grpc-grpc/src/android/test/interop/app/src/androidTest/java/io/grpc/interop/cpp/
DInteropTest.java65 public void emptyUnary() { in emptyUnary() method in InteropTest
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DInteropTask.java85 tester.emptyUnary(); in runTest()
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php59 function emptyUnary($stub) function
626 emptyUnary($stub);
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java217 tester.emptyUnary(); in runTest()
DStressTestClient.java459 tester.emptyUnary(); in runTestCase()
DAbstractInteropTest.java345 public void emptyUnary() throws Exception { in emptyUnary() method in AbstractInteropTest