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

<<31323334353637383940>>

  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 303 DWO = llvm::make_unique<DWOHolder>(AbsolutePath);
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 372 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
390 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
409 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
418 return llvm::make_unique<DIAEnumSymbols>(Session, DiaEnumerator);
    [all...]
  /external/llvm/lib/Object/
IRObjectFile.cpp 327 return llvm::make_unique<IRObjectFile>(Object, std::move(M));
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 342 auto Op = make_unique<SparcOperand>(k_Token);
352 auto Op = make_unique<SparcOperand>(k_Register);
362 auto Op = make_unique<SparcOperand>(k_Immediate);
447 auto Op = make_unique<SparcOperand>(k_MemoryReg);
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 353 auto Composite = make_unique<Module>("llvm-link", Context);
  /external/skia/gm/
aaclip.cpp 230 return skstd::make_unique<SkCanvas>(bm);
  /external/skia/samplecode/
SampleBigGradient.cpp 301 SkRasterHandleAllocator::MakeCanvas(skstd::make_unique<MyAllocator>(), info);
  /external/skia/src/core/
SkRWBuffer.cpp 362 return skstd::make_unique<SkROBufferStreamAsset>(this->makeROBufferSnapshot());
  /external/skqp/gm/
aaclip.cpp 230 return skstd::make_unique<SkCanvas>(bm);
  /external/skqp/samplecode/
SampleBigGradient.cpp 301 SkRasterHandleAllocator::MakeCanvas(skstd::make_unique<MyAllocator>(), info);
  /external/skqp/src/core/
SkRWBuffer.cpp 362 return skstd::make_unique<SkROBufferStreamAsset>(this->makeROBufferSnapshot());
  /frameworks/base/cmds/statsd/src/metrics/
MetricsManager.cpp 42 using std::make_unique;
  /frameworks/base/cmds/statsd/src/metrics/duration_helper/
MaxDurationTracker.cpp 45 auto clonedTracker = make_unique<MaxDurationTracker>(*this);
  /frameworks/base/core/jni/android/graphics/
AnimatedImageDrawable.cpp 233 std::make_unique<JniAnimationEndListener>(std::move(looper), env, jdrawable));
  /frameworks/base/tools/aapt2/link/
ReferenceLinker.cpp 141 util::make_unique<String>(string_pool_->MakeRef(string_builder.to_string()));
  /frameworks/native/cmds/installd/tests/
installd_cache_test.cpp 124 testUuid = std::make_unique<std::string>();
  /frameworks/native/services/surfaceflinger/tests/unittests/
TestableSurfaceFlinger.h 220 auto display = std::make_unique<HWC2Display>(*composer, mCapabilities, mHwcDisplayId,
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 298 std::make_unique<ConfigurableWrapper>(mHelper, source))) {
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 256 : _C2EditableLinearRangeAspect(std::make_unique<C2LinearCapacity>(impl->size()).get()), mImpl(impl) { }
396 static std::unique_ptr<C2AllocatorIon> sAllocator = std::make_unique<C2AllocatorIon>(0);
412 static std::unique_ptr<C2AllocatorIon> sAllocator = std::make_unique<C2AllocatorIon>(0);
    [all...]
  /hardware/google/av/codec2/vndk/util/
C2InterfaceUtils.cpp 343 : _mImpl(std::make_unique<C2FieldSupportedValuesHelper<T>::Impl>(values)) { }
557 : _mImpl(std::make_unique<C2ParamFieldValuesBuilder<T>::Impl>(field)) { }
597 : _mImpl(std::make_unique<C2ParamFieldValuesBuilder<T>::Impl>(*other._mImpl.get())) { }
602 _mImpl = std::make_unique<C2ParamFieldValuesBuilder<T>::Impl>(*other._mImpl.get());
    [all...]
  /hardware/interfaces/health/2.0/default/
Health.cpp 38 battery_monitor_ = std::make_unique<BatteryMonitor>();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 118 SS(SS ? llvm::make_unique<CXXScopeSpec>(*SS) : nullptr),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 306 return llvm::make_unique<ExplodedGraph>();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 99 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 204 Elem.push_back(llvm::make_unique<FunctionSummary>(

Completed in 782 milliseconds

<<31323334353637383940>>