Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Drel_path.rs13 pub(crate) struct RelPathBuf { struct
27 pub(crate) fn _to_owned(&self) -> RelPathBuf { in _to_owned()
34 impl RelPathBuf { implementation
35 pub(crate) fn _new(path: PathBuf) -> RelPathBuf { in _new()
53 impl Deref for RelPathBuf { implementation