Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/gen/rust/
Dpath.rs9 pub(crate) struct RustPath { struct
14 impl RustPath { argument
42 pub fn append(self, path: RustPath) -> RustPath { in append()
53 pub(crate) fn append_component(mut self, component: RustPathComponent) -> RustPath { in append_component()
58 pub fn append_ident(self, ident: RustIdent) -> RustPath { in append_ident()
72 impl From<&'_ str> for RustPath { implementation
86 impl From<String> for RustPath { implementation
92 impl fmt::Display for RustPath { implementation
Dident_with_path.rs30 pub fn to_path(&self) -> RustPath { in to_path()
Drel_path.rs14 pub fn into_path(self) -> RustPath { in into_path()
/external/rust/crates/protobuf-codegen/2.27.1/src/
Drust_name.rs66 pub fn into_path(self) -> RustPath { in into_path()
127 pub(crate) struct RustPath { struct
128 absolute: bool,
129 path: RustRelativePath,
153 impl RustPath { impl
177 pub fn to_reverse(&self) -> RustPath { in to_reverse()
190 pub fn append(self, path: RustPath) -> RustPath { in append()
201 pub fn append_ident(mut self, ident: RustIdent) -> RustPath { in append_ident()
211 impl From<&'_ str> for RustPath { implementation
225 impl From<String> for RustPath { implementation
[all …]
/external/rust/crates/protobuf-codegen/src/gen/
Dinside.rs6 pub(crate) fn protobuf_crate_path(customize: &Customize) -> RustPath { in protobuf_crate_path()
Dpaths.rs50 ) -> RustPath { in proto_path_to_fn_file_descriptor()
Doneof.rs152 pub fn path(&self, reference: &FileAndMod) -> RustPath { in path()
Drust_types_values.rs467 fn make_path_to_path(source: &RustRelativePath, dest: &RustPath) -> RustPath { in make_path_to_path()