Home | History | Annotate | Download | only in aapt2

Lines Matching full:make_unique

382         outResource->value = util::make_unique<Id>();
491 return util::make_unique<StyledString>(
497 std::unique_ptr<Id> id = util::make_unique<Id>();
516 return util::make_unique<String>(
522 return util::make_unique<RawString>(
607 outResource->value = util::make_unique<Id>();
852 childResource.value = util::make_unique<Id>();
884 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(weak);
986 std::unique_ptr<Style> style = util::make_unique<Style>();
1059 std::unique_ptr<Array> array = util::make_unique<Array>();
1110 std::unique_ptr<Plural> plural = util::make_unique<Plural>();
1197 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>();