Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs277 struct RustModulePath(String); struct
279 impl RustModulePath { implementation
281 fn join(&self, path: &str) -> RustModulePath { in join() argument
283 return RustModulePath(path.to_string()); in join()
289 RustModulePath(format!("{}::{}", self.0, path)) in join()
293 impl Display for RustModulePath { implementation
299 impl From<&str> for RustModulePath { implementation
301 RustModulePath(path.to_string()) in from()
311 ) -> Result<BTreeMap<ProtoPath, RustModulePath>, String> { in get_extern_paths() argument
313 let rust_path = RustModulePath(crate_name.to_string()); in get_extern_paths()
[all …]