Home
last modified time | relevance | path

Searched refs:has_client_streaming (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php49 private $has_client_streaming = false; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
221 $this->has_client_streaming = true;
228 return $this->has_client_streaming;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3312 bool has_client_streaming() const;
9398 inline bool MethodDescriptorProto::has_client_streaming() const { in has_client_streaming() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs4434 pub fn has_client_streaming(&self) -> bool { in has_client_streaming() method