Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dpaths.rs58 .append_ident("well_known_types".into()) in proto_path_to_fn_file_descriptor()
59 .append_ident(proto_path_to_rust_mod(s)) in proto_path_to_fn_file_descriptor()
60 .append_ident("file_descriptor".into()), in proto_path_to_fn_file_descriptor()
62 .append_ident(proto_path_to_rust_mod(s)) in proto_path_to_fn_file_descriptor()
63 .append_ident("file_descriptor".into()), in proto_path_to_fn_file_descriptor()
Dfile_descriptor.rs206 .append_ident("file_descriptor".into()) in file_descriptor_call_expr()
Dscope.rs306 r.append_ident(ProtobufIdentRef::new(self.name())) in protobuf_name_to_package()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Drust_name.rs201 pub fn append_ident(mut self, ident: RustIdent) -> RustPath { in append_ident() method
259 self.path.clone().append_ident(self.ident.clone()) in to_path()
Dprotobuf_name.rs140 pub fn append_ident(&self, simple: &ProtobufIdent) -> ProtobufRelativePath { in append_ident() method
Dscope.rs278 r.append_ident(&ProtobufIdent::from(self.get_name())) in protobuf_name_to_package()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Dident_with_path.rs31 self.path.clone().append_ident(self.ident.clone()) in to_path()
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