HomeSort by relevance Sort by last modified time
    Searched refs:make_unique (Results 326 - 350 of 1281) sorted by null

<<11121314151617181920>>

  /external/skia/src/pdf/
SkDeflate.cpp 68 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) {
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 102 auto gen = skstd::make_unique<TestImageGenerator>(test, r, testColorType);
LazyProxyTest.cpp 135 return skstd::make_unique<ClipFP>(fProxyProvider, fTest, fAtlas);
159 out->addCoverageFP(skstd::make_unique<ClipFP>(proxyProvider, fTest, fAtlas));
200 skstd::make_unique<LazyProxyTest::Op>(proxyProvider, &test, nullTexture));
325 skstd::make_unique<LazyFailedInstantiationTestOp>(proxyProvider, &executeTestValue,
  /external/skqp/gm/
imagemasksubset.cpp 64 return SkImage::MakeFromGenerator(skstd::make_unique<MaskGenerator>(info));
  /external/skqp/src/gpu/ccpr/
GrCCClipProcessor.cpp 28 return skstd::make_unique<GrCCClipProcessor>(fClipPath, MustCheckBounds(fMustCheckBounds),
  /external/skqp/src/pdf/
SkDeflate.cpp 68 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) {
  /external/skqp/tests/
CachedDecodingPixelRefTest.cpp 102 auto gen = skstd::make_unique<TestImageGenerator>(test, r, testColorType);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 56 return llvm::make_unique<raw_fd_ostream>(2, false); // stderr.
58 return llvm::make_unique<raw_fd_ostream>(1, false); // stdout.
65 auto Result = llvm::make_unique<raw_fd_ostream>(
72 return llvm::make_unique<raw_fd_ostream>(2, false); // stderr.
  /frameworks/av/media/libmedia/include/media/
EventMetric.h 100 std::make_unique<EventStatistics>();
  /frameworks/base/libs/androidfw/include/androidfw/
Util.h 36 std::unique_ptr<T> make_unique(Args&&... args) { function in namespace:android::util
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener_test.cpp 160 util::make_unique<BinaryPrimitive>(uint8_t(Res_value::TYPE_INT_DEC), 1u))
163 util::make_unique<BinaryPrimitive>(uint8_t(Res_value::TYPE_INT_DEC), 2u))
225 .AddValue("android:attr/foo", ResourceId(0x01010000), util::make_unique<Attribute>(attr))
253 util::make_unique<BinaryPrimitive>(Res_value::TYPE_INT_DEC, static_cast<uint32_t>(i));
361 .AddValue("lib:id/foo", ResourceId(0x00010000), util::make_unique<Id>())
472 util::make_unique<BinaryPrimitive>(uint8_t(Res_value::TYPE_INT_DEC), 1u))
475 util::make_unique<BinaryPrimitive>(uint8_t(Res_value::TYPE_INT_DEC), 2u))
526 util::make_unique<BinaryPrimitive>(uint8_t(Res_value::TYPE_INT_DEC), 1u))
529 util::make_unique<BinaryPrimitive>(uint8_t(Res_value::TYPE_INT_DEC), 2u))
  /frameworks/base/tools/aapt2/optimize/
VersionCollapser.cpp 123 util::make_unique<ResourceConfigValue>(
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 66 llvm::make_unique<object::OwningBinary<object::ObjectFile>>();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Registry.h 119 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBSymbol.h 104 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 66 llvm::make_unique<object::OwningBinary<object::ObjectFile>>();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
RuntimeDyld.h 100 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Registry.h 119 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBSymbol.h 104 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 66 llvm::make_unique<object::OwningBinary<object::ObjectFile>>();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
RuntimeDyld.h 100 return llvm::make_unique<Derived>(static_cast<const Derived &>(*this));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Registry.h 119 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 66 Mapping = llvm::make_unique<MappingInfo>(Record.content(), Container);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBSymbol.h 104 return llvm::make_unique<ConcreteSymbolEnumerator<T>>(std::move(BaseIter));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Registry.h 119 static std::unique_ptr<T> CtorFn() { return make_unique<V>(); }

Completed in 665 milliseconds

<<11121314151617181920>>