Searched defs:client_streaming (Results 1 – 11 of 11) sorted by relevance
356 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintMethodFields() local549 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintStub() local930 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintBindServiceMethodBody() local
48 private $client_streaming = false; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
389 bool client_streaming = method->client_streaming(); in PrintMethodFields() local703 bool client_streaming = method->client_streaming(); in PrintStub() local1109 bool client_streaming = method->client_streaming(); in PrintBindServiceMethodBody() local
373 def client_streaming method in NamedTests
231 ### client_streaming subsection
225 optional bool client_streaming = 5 [default=false]; field
248 optional bool client_streaming = 5 [default=false]; field
279 optional bool client_streaming = 5 [default=false]; field
280 optional bool client_streaming = 5 [default = false]; field
9405 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function