Home
last modified time | relevance | path

Searched refs:clear_client_streaming (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3313 void clear_client_streaming();
9401 inline void MethodDescriptorProto::clear_client_streaming() { in clear_client_streaming() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs4430 pub fn clear_client_streaming(&mut self) { in clear_client_streaming() method