Home
last modified time | relevance | path

Searched defs:append_ident (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Drel_path.rs66 pub fn append_ident(mut self, ident: RustIdent) -> RustRelativePath { in append_ident() method
Dpath.rs58 pub fn append_ident(self, ident: RustIdent) -> RustPath { in append_ident() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_rel_path.rs101 pub fn append_ident(&self, simple: &ProtobufIdentRef) -> ProtobufRelPath { in append_ident() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dprotobuf_name.rs140 pub fn append_ident(&self, simple: &ProtobufIdent) -> ProtobufRelativePath { in append_ident() method
Drust_name.rs201 pub fn append_ident(mut self, ident: RustIdent) -> RustPath { in append_ident() method