Lines Matching refs:make_unique
90 stack->pending_element = util::make_unique<Element>(); in StartNamespaceHandler()
115 el = util::make_unique<Element>(); in StartElementHandler()
169 stack->last_text_node = util::make_unique<Text>(); in CharacterDataHandler()
219 return util::make_unique<XmlResource>(ResourceFile{{}, {}, ResourceFile::Type::kUnknown, source}, in Inflate()
273 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>(); in Inflate()
306 pending_element = util::make_unique<Element>(); in Inflate()
317 el = util::make_unique<Element>(); in Inflate()
345 std::unique_ptr<Text> text = util::make_unique<Text>(); in Inflate()
374 std::unique_ptr<XmlResource> cloned = util::make_unique<XmlResource>(file); in Clone()
493 auto el = util::make_unique<Element>(); in Clone()
526 auto t = util::make_unique<Text>(); in Clone()