Home | History | Annotate | Download | only in test

Lines Matching full:make_unique

34     std::unique_ptr<ResourceTable> mTable = util::make_unique<ResourceTable>();
50 return addValue(name, id, util::make_unique<Id>());
59 return addValue(name, id, util::make_unique<Reference>(parseNameOrDie(ref)));
68 return addValue(name, id, util::make_unique<String>(mTable->stringPool.makeRef(str)));
74 util::make_unique<String>(mTable->stringPool.makeRef(str)));
84 util::make_unique<FileReference>(mTable->stringPool.makeRef(path)));
90 util::make_unique<FileReference>(mTable->stringPool.makeRef(path)));
130 std::unique_ptr<Reference> reference = util::make_unique<Reference>(parseNameOrDie(ref));
140 return util::make_unique<BinaryPrimitive>(value);
174 AttributeBuilder(bool weak = false) : mAttr(util::make_unique<Attribute>(weak)) {
197 std::unique_ptr<Style> mStyle = util::make_unique<Style>();
223 std::unique_ptr<Styleable> mStyleable = util::make_unique<Styleable>();