Searched refs:proto_name_to_rs (Results 1 – 4 of 4) sorted by relevance
20 use crate::proto_name_to_rs;144 name: proto_name_to_rs(file_descriptor.proto().name()), in gen_file()
43 pub fn proto_name_to_rs(proto_file_path: &str) -> String { in proto_name_to_rs() function
145 pub use gen::paths::proto_name_to_rs;
385 pub fn proto_name_to_rs(name: &str) -> String { in proto_name_to_rs() function