Home
last modified time | relevance | path

Searched defs:RustRelativePath (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Drel_path.rs9 pub(crate) struct RustRelativePath { struct
13 impl RustRelativePath { impl
55 pub fn append(mut self, path: RustRelativePath) -> RustRelativePath { in append()
66 pub fn append_ident(mut self, ident: RustIdent) -> RustRelativePath { in append_ident()
71 pub fn to_reverse(&self) -> RustRelativePath { in to_reverse()
78 impl fmt::Display for RustRelativePath { implementation
90 impl From<&'_ str> for RustRelativePath { implementation
Dident.rs34 pub(crate) fn into_rel_path(self) -> RustRelativePath { in into_rel_path()
Dpath.rs66 pub fn into_relative_or_panic(self) -> RustRelativePath { in into_relative_or_panic()
/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Drust_name.rs60 pub(crate) struct RustRelativePath { struct
65 impl RustRelativePath { implementation
103 pub fn append(mut self, path: RustRelativePath) -> RustRelativePath { in append()
114 pub fn _append_ident(mut self, ident: RustIdent) -> RustRelativePath { in _append_ident()
119 pub fn to_reverse(&self) -> RustRelativePath { in to_reverse()
132 impl fmt::Display for RustRelativePath { implementation
144 impl From<&'_ str> for RustRelativePath { implementation
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Drust_types_values.rs467 fn make_path_to_path(source: &RustRelativePath, dest: &RustPath) -> RustPath { in make_path_to_path()
481 pub(crate) fn make_path(source: &RustRelativePath, dest: &RustIdentWithPath) -> RustIdentWithPath { in make_path()
Dmessage.rs131 fn mod_name(&self) -> RustRelativePath { in mod_name()
Dscope.rs247 pub fn rust_path_to_file(&self) -> RustRelativePath { in rust_path_to_file()