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()
220 return util::make_unique<XmlResource>(ResourceFile{{}, {}, ResourceFile::Type::kUnknown, source}, in Inflate()
275 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>(); in Inflate()
308 pending_element = util::make_unique<Element>(); in Inflate()
321 el = util::make_unique<Element>(); in Inflate()
349 std::unique_ptr<Text> text = util::make_unique<Text>(); in Inflate()
378 std::unique_ptr<XmlResource> cloned = util::make_unique<XmlResource>(file); in Clone()
496 auto el = util::make_unique<Element>(); in Clone()
529 auto t = util::make_unique<Text>(); in Clone()