Home
last modified time | relevance | path

Searched defs:ServerStreamingMethod (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/
Dserver_test.cc496 class ServerStreamingMethod : public BasicServer { class
498 ServerStreamingMethod() in ServerStreamingMethod() function in pw::rpc::__anon45bae5b50111::ServerStreamingMethod
512 TEST_F(ServerStreamingMethod, ClientStream_InvalidArgumentError) { in TEST_F() argument
524 TEST_F(ServerStreamingMethod, ClientStreamEnd_InvalidArgumentError) { in TEST_F() argument
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod_impl_tester.h204 constexpr MethodImpl ServerStreamingMethod( in ServerStreamingMethod() function
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DServerCalls.java92 public interface ServerStreamingMethod<ReqT, RespT> extends UnaryRequestMethod<ReqT, RespT> {} interface in ServerCalls