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/ |
D | ident_with_path.rs | 8 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
|
D | path.rs | 23 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()
|
D | ident.rs | 30 pub fn to_path(&self) -> RustIdentWithPath { in to_path()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/ |
D | rust_name.rs | 30 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
|
D | scope.rs | 536 pub fn rust_name(&self) -> RustIdentWithPath { in rust_name()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | rust_types_values.rs | 481 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()
|
D | scope.rs | 322 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()
|
D | enums.rs | 30 enum_rust_name: &RustIdentWithPath, in parse() 48 pub fn rust_name_outer(&self) -> RustIdentWithPath { in rust_name_outer()
|
D | oneof.rs | 103 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()
|
D | extensions.rs | 25 fn extendee_rust_name(&self) -> RustIdentWithPath { in extendee_rust_name()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | elem.rs | 30 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()
|