Home
last modified time | relevance | path

Searched defs: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()
293 impl Display for RustModulePath { implementation
299 impl From<&str> for RustModulePath { implementation
311 ) -> Result<BTreeMap<ProtoPath, RustModulePath>, String> { in get_extern_paths() argument
324 extern_paths: &mut BTreeMap<ProtoPath, RustModulePath>, in descriptor_set_file_to_extern_paths() argument
325 rust_path: &RustModulePath, in descriptor_set_file_to_extern_paths()
343 extern_paths: &mut BTreeMap<ProtoPath, RustModulePath>, in message_type_to_extern_paths() argument
345 rust_path: &RustModulePath, in message_type_to_extern_paths()
[all …]