Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs124 pub fn pub_struct<S: AsRef<str>, F>(&mut self, name: S, cb: F) in pub_struct() method
579 w.pub_struct(&self.client_name(), |w| { in write_client()
/external/rust/crates/protobuf-codegen/src/
Dcode_writer.rs198 pub fn pub_struct<S: AsRef<str>, F>(&mut self, name: S, cb: F) in pub_struct() method
Dmessage.rs509 w.pub_struct(&self.type_name.to_string(), |w| { in write_struct()