Home
last modified time | relevance | path

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

/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DNettyClientInteropServlet.java151 public void customMetadata() { } in customMetadata() method in NettyClientInteropServlet.Tester
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php399 function customMetadata($stub) function
653 customMetadata($stub);
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/
DOkHttpClientInteropServlet.java232 public void customMetadata() { }
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java301 tester.customMetadata(); in runTest()
DAbstractInteropTest.java1389 public void customMetadata() throws Exception { in customMetadata() method in AbstractInteropTest