Searched defs:RustModulePath (Results 1 – 1 of 1) sorted by relevance
277 struct RustModulePath(String); struct279 impl RustModulePath { implementation281 fn join(&self, path: &str) -> RustModulePath { in join()293 impl Display for RustModulePath { implementation299 impl From<&str> for RustModulePath { implementation311 ) -> Result<BTreeMap<ProtoPath, RustModulePath>, String> { in get_extern_paths() argument324 extern_paths: &mut BTreeMap<ProtoPath, RustModulePath>, in descriptor_set_file_to_extern_paths() argument325 rust_path: &RustModulePath, in descriptor_set_file_to_extern_paths()343 extern_paths: &mut BTreeMap<ProtoPath, RustModulePath>, in message_type_to_extern_paths() argument345 rust_path: &RustModulePath, in message_type_to_extern_paths()[all …]