Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Dident_with_path.rs8 pub(crate) struct RustIdentWithPath { struct
13 impl RustIdentWithPath { argument
14 pub fn new(s: String) -> RustIdentWithPath { in new()
35 impl<S: Into<String>> From<S> for RustIdentWithPath { implementation
41 impl fmt::Display for RustIdentWithPath { implementation
Dpath.rs23 pub fn with_ident(self, ident: RustIdent) -> RustIdentWithPath { in with_ident()
62 pub fn append_with_ident(self, path: RustIdentWithPath) -> RustIdentWithPath { in append_with_ident()
Dident.rs30 pub fn to_path(&self) -> RustIdentWithPath { in to_path()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Drust_name.rs30 pub fn to_path(&self) -> RustIdentWithPath { in to_path()
163 pub fn with_ident(self, ident: RustIdent) -> RustIdentWithPath { in with_ident()
206 pub fn append_with_ident(self, path: RustIdentWithPath) -> RustIdentWithPath { in append_with_ident()
241 pub(crate) struct RustIdentWithPath { struct
247 impl RustIdentWithPath { argument
248 pub fn new(s: String) -> RustIdentWithPath { in new()
263 impl<S: Into<String>> From<S> for RustIdentWithPath { implementation
269 impl fmt::Display for RustIdentWithPath { implementation
Dscope.rs536 pub fn rust_name(&self) -> RustIdentWithPath { in rust_name()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Drust_types_values.rs481 pub(crate) fn make_path(source: &RustRelativePath, dest: &RustIdentWithPath) -> RustIdentWithPath { in make_path()
488 ) -> RustIdentWithPath { in message_or_enum_to_rust_relative()
529 ) -> RustIdentWithPath { in type_name_to_rust_relative()
Dscope.rs322 fn rust_name_to_file(&self) -> RustIdentWithPath { in rust_name_to_file()
330 fn rust_name_with_file(&self) -> RustIdentWithPath { in rust_name_with_file()
516 pub fn rust_name(&self) -> RustIdentWithPath { in rust_name()
Denums.rs30 enum_rust_name: &RustIdentWithPath, in parse()
48 pub fn rust_name_outer(&self) -> RustIdentWithPath { in rust_name_outer()
Doneof.rs103 pub fn variant_path(&self, reference: &RustRelativePath) -> RustIdentWithPath { in variant_path()
197 pub fn type_name_relative(&self, source: &RustRelativePath) -> RustIdentWithPath { in type_name_relative()
Dextensions.rs25 fn extendee_rust_name(&self) -> RustIdentWithPath { in extendee_rust_name()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Delem.rs30 fn rust_name_relative(&self, reference: &FileAndMod) -> RustIdentWithPath { in rust_name_relative()
50 pub(crate) fn default_value_rust_expr(&self, reference: &FileAndMod) -> RustIdentWithPath { in default_value_rust_expr()