Searched refs:append_ident (Results 1 – 10 of 10) sorted by relevance
58 .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()
206 .append_ident("file_descriptor".into()) in file_descriptor_call_expr()
306 r.append_ident(ProtobufIdentRef::new(self.name())) in protobuf_name_to_package()
201 pub fn append_ident(mut self, ident: RustIdent) -> RustPath { in append_ident() method259 self.path.clone().append_ident(self.ident.clone()) in to_path()
140 pub fn append_ident(&self, simple: &ProtobufIdent) -> ProtobufRelativePath { in append_ident() method
278 r.append_ident(&ProtobufIdent::from(self.get_name())) in protobuf_name_to_package()
31 self.path.clone().append_ident(self.ident.clone()) in to_path()
66 pub fn append_ident(mut self, ident: RustIdent) -> RustRelativePath { in append_ident() method
58 pub fn append_ident(self, ident: RustIdent) -> RustPath { in append_ident() method
101 pub fn append_ident(&self, simple: &ProtobufIdentRef) -> ProtobufRelPath { in append_ident() method