Home | History | Annotate | Download | only in proto

Lines Matching full:make_unique

164             std::unique_ptr<Reference> ref = util::make_unique<Reference>();
175 return util::make_unique<BinaryPrimitive>(prim);
178 return util::make_unique<Id>();
195 return util::make_unique<StyledString>(
198 return util::make_unique<String>(
204 return util::make_unique<RawString>(
210 return util::make_unique<FileReference>(
235 std::unique_ptr<Attribute> attr = util::make_unique<Attribute>(isWeak);
252 std::unique_ptr<Style> style = util::make_unique<Style>();
286 std::unique_ptr<Styleable> styleable = util::make_unique<Styleable>();
297 std::unique_ptr<Array> array = util::make_unique<Array>();
312 std::unique_ptr<Plural> plural = util::make_unique<Plural>();
397 std::unique_ptr<ResourceTable> table = util::make_unique<ResourceTable>();
444 std::unique_ptr<ResourceFile> file = util::make_unique<ResourceFile>();
481 std::unique_ptr<pb::CompiledFile> pbFile = util::make_unique<pb::CompiledFile>();