Searched refs:serverStreamingMethod (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | MockServiceHelper.cs | 44 readonly Method<string, string> serverStreamingMethod; field in Grpc.Core.Tests.MockServiceHelper 75 serverStreamingMethod = new Method<string, string>( in MockServiceHelper() 92 ….AddMethod(serverStreamingMethod, (request, responseStream, context) => serverStreamingHandler(req… in MockServiceHelper() 164 … return new CallInvocationDetails<string, string>(channel, serverStreamingMethod, options); in CreateServerStreamingCall()
|
/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/ |
D | Service.java | 67 public static Method.Builder serverStreamingMethod( in serverStreamingMethod() method in Service
|
/external/pigweed/pw_rpc/java/test/dev/pigweed/pw_rpc/ |
D | RpcManagerTest.java | 40 Service.serverStreamingMethod("SomeServerStreaming", SomeMessage.class, SomeMessage.class),
|
D | StreamObserverMethodClientTest.java | 34 Service.serverStreamingMethod("SomeServerStreaming", SomeMessage.class, AnotherMessage.class),
|
D | ClientTest.java | 47 Service.serverStreamingMethod("SomeServerStreaming", SomeMessage.class, AnotherMessage.class),
|