Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php56 private $has_server_streaming = false; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
253 $this->has_server_streaming = true;
260 return $this->has_server_streaming;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3318 bool has_server_streaming() const;
9416 inline bool MethodDescriptorProto::has_server_streaming() const { in has_server_streaming() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs4453 pub fn has_server_streaming(&self) -> bool { in has_server_streaming() method