Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Ddescriptors.ts112 readonly clientStreaming: boolean; property in Method
H A Dclient_test.ts643 let clientStreaming: ClientStreamingMethodStub; variable
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
H A DStreamingCallableTest.java100 public void clientStreaming() { in clientStreaming() method in StreamingCallableTest
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/
H A Dinterop_client.php282 function clientStreaming($stub) function
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
H A DAbstractInteropTest.java654 public void clientStreaming() throws Exception { in clientStreaming() method in AbstractInteropTest