Home
last modified time | relevance | path

Searched defs:BidirectionalStreamingMethod (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/examples/python/data_transmission/
H A Ddemo_pb2_grpc.py75 def BidirectionalStreamingMethod(self, request_iterator, context): member in GRPCDemoServicer
172 def BidirectionalStreamingMethod(request_iterator, member in GRPCDemo
H A Ddemo.proto67 rpc BidirectionalStreamingMethod (stream Request) returns (stream Response); rpc
H A Dserver.py84 def BidirectionalStreamingMethod(self, request_iterator, context): member in DemoServer
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dmethod_impl_tester.h240 constexpr MethodImpl BidirectionalStreamingMethod( in BidirectionalStreamingMethod() function