Lines Matching refs:push
314 self.items.push(other.to_string());
322 stack.push(Asn1Object::from_str(item)?)?;
470 self.items.push(RustGeneralName::Email(email.to_string()));
476 self.items.push(RustGeneralName::Uri(uri.to_string()));
482 self.items.push(RustGeneralName::Dns(dns.to_string()));
488 self.items.push(RustGeneralName::Rid(rid.to_string()));
494 self.items.push(RustGeneralName::Ip(ip.to_string()));
523 .push(RustGeneralName::OtherName(oid, content.into()));
543 stack.push(gn)?;
558 value.push(',');