Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/src/
Drust_name.rs66 pub fn into_path(self) -> RustPath { in into_path() argument
67 RustPath { in into_path()
127 pub(crate) struct RustPath { struct
153 impl RustPath { impl
177 pub fn to_reverse(&self) -> RustPath { in to_reverse() argument
179 RustPath { in to_reverse()
190 pub fn append(self, path: RustPath) -> RustPath { in append() argument
194 RustPath { in append()
201 pub fn append_ident(mut self, ident: RustIdent) -> RustPath { in append_ident() argument
211 impl From<&'_ str> for RustPath { implementation
[all …]