Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dmessage.rs35 pub(crate) struct RustTypeMessage(pub RustIdentWithPath); struct
37 impl fmt::Display for RustTypeMessage { implementation
43 impl<S: Into<RustIdentWithPath>> From<S> for RustTypeMessage { implementation
49 impl RustTypeMessage { implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dmessage.rs23 pub(crate) struct RustTypeMessage(pub RustIdentWithPath); struct
25 impl fmt::Display for RustTypeMessage { implementation
31 impl RustTypeMessage { impl
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Delem.rs63 pub(crate) fn rust_name_relative(&self, reference: &FileAndMod) -> RustTypeMessage { in rust_name_relative()