Lines Matching refs:make_unique
101 return std::make_unique<ExceptionStream>(); in create()
103 return std::make_unique<MemoryInfoListStream>(); in create()
105 return std::make_unique<MemoryListStream>(); in create()
107 return std::make_unique<ModuleListStream>(); in create()
109 return std::make_unique<RawContentStream>(Type); in create()
111 return std::make_unique<SystemInfoStream>(); in create()
113 return std::make_unique<TextContentStream>(Type); in create()
115 return std::make_unique<ThreadListStream>(); in create()
475 return std::make_unique<ExceptionStream>(*ExpectedExceptionStream, in create()
480 return std::make_unique<MemoryInfoListStream>(*ExpectedList); in create()
495 return std::make_unique<MemoryListStream>(std::move(Ranges)); in create()
515 return std::make_unique<ModuleListStream>(std::move(Modules)); in create()
518 return std::make_unique<RawContentStream>(StreamDesc.Type, in create()
527 return std::make_unique<SystemInfoStream>(*ExpectedInfo, in create()
531 return std::make_unique<TextContentStream>( in create()
547 return std::make_unique<ThreadListStream>(std::move(Threads)); in create()