Home | History | Annotate | Download | only in xml

Lines Matching refs:make_unique

89     stack->pending_element = util::make_unique<Element>();
114 el = util::make_unique<Element>();
168 stack->last_text_node = util::make_unique<Text>();
218 return util::make_unique<XmlResource>(ResourceFile{{}, {}, ResourceFile::Type::kUnknown, source},
271 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>();
304 pending_element = util::make_unique<Element>();
315 el = util::make_unique<Element>();
343 std::unique_ptr<Text> text = util::make_unique<Text>();
372 std::unique_ptr<XmlResource> cloned = util::make_unique<XmlResource>(file);
482 auto el = util::make_unique<Element>();
515 auto t = util::make_unique<Text>();